- UID
- 223261
- 帖子
- 237
- 主题
- 103
- 注册时间
- 2011-7-11
- 最后登录
- 2013-12-5
|
12#
发表于 2011-7-13 16:15
| 只看该作者
L(80) = (n+1)*(y/100) = (10+1)*(80/100) = 8.8.
Since L(80) is 8.8, you'd use interpolation:
P(80) = X(8) + [L(80) - 8]*[X(9) - X(8)] = 8 + (8.8 - 8)*(9 - 8) = 8.8.
Note that in this case L(80) = P(80) by mere coincidence - not always the case.
As mentioned earlier, refer to the example on page 376 L1V1R7. Good luck remembering the formula. Haha.
Edited 1 time(s). Last edit at Wednesday, May 11, 2011 at 11:11AM by Oyster. |
|