佳礼资讯网

 找回密码
 注册

ADVERTISEMENT

楼主: bell_25

数学T paper 2讨论专区

   关闭 [复制链接]
发表于 17-11-2010 07:21 PM | 显示全部楼层
找mode的方法是要看给的分数多少决定的,假如是1或2分,就是普通的state。
假如分数比较多的话,就用recurring formula.
recurring formula 应该是 math T 的东西

这是我蛮怕的东西==因为冷门的东西,还有coding method我也是不怎么喜欢==
回复

使用道具 举报


ADVERTISEMENT

发表于 17-11-2010 07:32 PM | 显示全部楼层
本帖最后由 nkrealman 于 17-11-2010 07:33 PM 编辑

回复

使用道具 举报

发表于 17-11-2010 07:39 PM | 显示全部楼层
nkrealman 发表于 17-11-2010 07:32 PM



   c的就加到20和加到40吧
回复

使用道具 举报

发表于 17-11-2010 07:40 PM | 显示全部楼层
回复 523# peaceboy


   我乘就好==
回复

使用道具 举报

发表于 17-11-2010 07:42 PM | 显示全部楼层
回复  peaceboy


   我乘就好==
nkrealman 发表于 17-11-2010 07:40 PM


随你喜欢,variance不要square掉就行了。
回复

使用道具 举报

发表于 17-11-2010 07:52 PM | 显示全部楼层
回复 525# peaceboy


   收过教训了==不会了
回复

使用道具 举报

Follow Us
发表于 19-11-2010 12:34 AM | 显示全部楼层
The weight of 150 fish in a pond are shown in the table below.


Weight of fish (in gm)          Number of fish,f
10-19                                     6
20-24                                    12
25-29                                    30
30-34                                    50
35-39                                     32
40-59                                       20

(a) Calculate the percentage of fish with weights between 28 and 45 gm.
(b) Find the number of fish that has the weight within one standard deviation from the mean.

(Given mean and standard deviation are 32.9 and 8.403)

The answers given are 64.67% and 91....

请问怎么做 ??
回复

使用道具 举报

发表于 19-11-2010 05:36 PM | 显示全部楼层
The weight of 150 fish in a pond are shown in the table below.


Weight of fish (in gm)           ...
外星護法 发表于 19-11-2010 12:34 AM


是不是要画ogive?
回复

使用道具 举报


ADVERTISEMENT

发表于 19-11-2010 09:45 PM | 显示全部楼层
是不是要画ogive?
nkrealman 发表于 19-11-2010 05:36 PM



    题目没有讲要画~~
回复

使用道具 举报

发表于 19-11-2010 10:24 PM | 显示全部楼层
The weight of 150 fish in a pond are shown in the table below.


Weight of fish (in gm)           ...
外星護法 发表于 19-11-2010 12:34 AM


the percentage i get 64.33%. i don know whether correct or not. i just use the interpolation to find how many fishes are there in the interval between 28 and 29.5 and between 39.5 and 45.
回复

使用道具 举报

发表于 20-11-2010 01:31 AM | 显示全部楼层
回复 527# 外星護法


   24.5 +[(x/100 * 150 -18) /30] *5 =28 x/100 = 39/150
x= 26

39.5 + [(y/100 *150 - 130)/20] * 20 = 45
y=90.33

90.33 - 26 = 64.33

orz
回复

使用道具 举报

发表于 27-11-2010 12:58 AM | 显示全部楼层
there r 12 towers, 2 of which are red. if 5towels are chosen at random,find P(at least one is red)
回复

使用道具 举报

发表于 27-11-2010 01:02 AM | 显示全部楼层
(2C1 * 10C4) / 12C5 + (2C2 * 10C3) / 12C5
= 15/22
回复

使用道具 举报

发表于 27-11-2010 01:32 AM | 显示全部楼层
我把他想得太复杂了!谢谢!
回复

使用道具 举报

发表于 27-11-2010 06:40 PM | 显示全部楼层
X~B(500,0.5)
using a suitable approximate distribution, finD P(/X-E(X)/<25)
//=MODULUS
<=LOWER or equal
我已经完全忘记了!完全不会做!
回复

使用道具 举报

发表于 27-11-2010 06:47 PM | 显示全部楼层
回复 535# 红姐


  E(x)=  np = 500*0.5 = 250
var = npq = 125

P(l X-E(X) l<25) = P( -25<x-E(x)<25)
continuity correction
                       = P(-25.5<x-E(x)<25.5)
                     
然后自己来 - -
回复

使用道具 举报


ADVERTISEMENT

发表于 27-11-2010 06:53 PM | 显示全部楼层
本帖最后由 junchung2003 于 27-11-2010 06:56 PM 编辑

红姐

n= 500
p= 0.5
np = 250

since np > 5
suitable approximation used is normal approximation

X~N(np,npq)

np = 250
npq = 125

X~N(250,125)

P(/X-E(X)/<25)
= P(-25<X-E(X)<25)
= P(-25<X-250<25)
= P(225<X<275)
= P(224.5<X<275.5)
= P(-2.082<Z<2.082)
= 0.98133-0.01867
= 0.9627
回复

使用道具 举报

发表于 28-11-2010 06:29 PM | 显示全部楼层
为什么np > 5就要用normal approximation
什么情况下会用poison distribution?
回复

使用道具 举报

发表于 28-11-2010 06:33 PM | 显示全部楼层
为什么np > 5就要用normal approximation
什么情况下会用poison distribution?
邪魅 发表于 28-11-2010 06:29 PM



    当np<5的时候就用poisson...

Example:

X~Bin(1000 , 0.002)

np=1000x0.002
   =2

suitable distribution: poisson X~Po(2)
回复

使用道具 举报

发表于 28-11-2010 06:48 PM | 显示全部楼层
为什么不可以binomial?
是不是问题有写using suitable approximate 就要换?
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

 

所属分类: 欢乐校园


ADVERTISEMENT



ADVERTISEMENT



ADVERTISEMENT

ADVERTISEMENT


版权所有 © 1996-2023 Cari Internet Sdn Bhd (483575-W)|IPSERVERONE 提供云主机|广告刊登|关于我们|私隐权|免控|投诉|联络|脸书|佳礼资讯网

GMT+8, 29-5-2024 03:10 AM , Processed in 0.065601 second(s), 21 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表