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

2 visualizzazioni (ultimi 30 giorni)
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?

Risposte (1)

Jeff Miller
Jeff Miller il 28 Set 2021
You could use mvnrnd to generate random values of x1-x4. Is that what you need?
  3 Commenti
Jeff Miller
Jeff Miller il 30 Set 2021
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.

Accedi per commentare.

Community Treasure Hunt

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

Start Hunting!

Translated by