作者alias (希望)
看板Statistics
标题Re: [请益] 关於一个R的问题
时间Thu Oct 20 20:26:31 2005
※ 引述《plutos (唉!怎麽都读不懂。)》之铭言:
: The empirical rule states that approximately 95% of data from
: a normal distribution with a mean of 0 and a standard deviation
: of 1 will have an absolute value less than 2. Use the sum, rnorm
: , ifelse and apply functions to find (1) the proportion of 1000
: random normal variables whose absolute value is less than 2.
: Repeat 10 times and see how widely the results vary.
: (2) Write it into a function called empirical(n,nrepeat,mean,sd,..)
: 对於第二题一点头绪也没有请问有人可以指点一下吗?
: PS:手中没有相关多余的书,也想过了!想不出来上来求助大家的帮忙。
要完成第一题 我假设你应该进行了下列两步骤:
第一步: 你须先写一段程式 才能求出 the proportion of 1000
random normal variables whose absolute value is less
than 2
第二步: 重复第一步中的程式十次
第二题就是要你写一个function把第一题的第一步和第二步合在一起
用一个步骤即可完成 建议可用循环的指令:
for () {}
来完成
若还是没有头绪 再问吧
(因为我也不知道你到底卡在哪里阿)
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 218.175.112.238