如何生成具有特定方差的人工数据样本?
我正在尝试生成包含以下信息的数据集-> 样本量:200 方差 = 2 平均值 = 20 我尝试使用 rnorm() 函数生成它,但它只将标准差作为变量。我还尝试对标准差求平方根以生成所需的方差,但它也不起作用。 如何在 Rstudio 中生成具有均值和方差的数据集?
谢谢。
I am trying to generate a data set with the following information->
sample size:200
variance = 2
mean = 20
I have tried generating it using the rnorm() function but it only takes standard deviation as variable. I have also tried to square root the standard deviation to generate the desired variance but it doesn't work either.
How can I generate such dataset with that mean and variance in Rstudio?
Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)