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

3 ビュー (過去 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 件のコメント
Jeff Miller
Jeff Miller 2021 年 9 月 30 日
Sorry, I'm not familiar with LS-VCE, so I don't really understand what you want. As you probably know, though, the inputs to mvnrnd uniquely determine the joint distribution of the generated random numbers, so I am pretty sure that your only option is to vary those inputs until you get the outputs that you want (cofactors etc).
You can generate very large sample with mvnrnd to get close to the "true" underlying output values, and then generate any desired smaller samples with the same parameters for your simulation.

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

Community Treasure Hunt

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

Start Hunting!

Translated by