How Can I simulate Data for Least-Squares Variance Component Estimation (LS-VCE) for Multiple regression?

2 ビュー (過去 30 日間)
Hello
I Have a muliple regression:
y=a1*x1+a2*x2+a3*x3+a4*x4+a5 and i want simulate data for Least-Squares Variance component Estimation (LS-VCE). How I can Simulate data for this problem?

回答 (1 件)

Jeff Miller
Jeff Miller 2021 年 9 月 28 日
You could use mvnrnd to generate random values of x1-x4. Is that what you need?
  3 件のコメント

サインインしてコメントする。

Community Treasure Hunt

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

Start Hunting!

Translated by