function to get critical values of multivariat normal and t distributions
Show older comments
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
Answers (1)
Star Strider
on 25 Dec 2014
0 votes
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.
Categories
Find more on Univariate Discrete Distributions in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!