function to get critical values of multivariat normal and t distributions
4 ビュー (過去 30 日間)
古いコメントを表示
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
0 件のコメント
回答 (1 件)
Star Strider
2014 年 12 月 25 日
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.
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!