Filter löschen
Filter löschen

function to get critical values of multivariat normal and t distributions

1 Ansicht (letzte 30 Tage)
Lee
Lee am 25 Dez. 2014
Beantwortet: Star Strider am 25 Dez. 2014
hi im in an advanced statistics course and i need to build confidence intervals for 3 constraints simultaneously at alph equal 0.05. i have made a multinormal distribution with 3 estimators but i need the critical value is there a function who does that and how to use it

Antworten (1)

Star Strider
Star Strider am 25 Dez. 2014
There are routines to calculate the multivariate normal probability, mvncdf, and t probability mvtcdf, but there are no inverse functions for them that I’m aware of.
You might be able to code the inverse yourself using the Optimization Toolbox fsolve function, assuming a unique inverse exists. I’ve never needed to do that, so I have no further suggestions.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by