參考解答會在選項前以星號(*)標記,不過目前並不保證一定正確,各位高手可以自行編輯(需登入)更正答案或提供各題詳解。
感謝Anio俊傑提供題目和一同討論解題的各位: Sean, Moony Hsieh, johnson, 怡中, Jacky Chang, Aellen, Yvon Wong, Victor Lin
extreme values occur at or
,
maxima occurs at , thus
, ,
Hessiancriteria for saddle point:
Saddle point info
http://calculus.yuyumagic424.net/wp-content/uploads/2013/03/%E5%A4%9A%E8%AE%8A%E5%87%BD%E6%95%B8%E7%9A%84%E6%A5%B5%E5%80%BC.pdf
no solution:
infinite solutions:
no solution: none
Suppose a random experiment has the following characteristics.
(1) There are identical and independent trials of a common procedure.
(2) There are exactly two possible outcomes for each trial, one termed "success" and the other "failure."
(3) The probability of success on any one trial is the same number .
We also say that has a binomial distribution with parameters and . As we know, . Find .
Hint:
()
*()
()
()
()
Suppose you're on a game show, and you're given the choice of three doors: Behind one door is a car; behind the others, goats. You pick a door, say No. 1, and the host, who knows what's behind the doors, opens another door, say No. 3, which has a goat. He then says to you, "Do you want to pick door No. 2?" Is it to your advantage to switch your choice?
*() Yes () No ()Switching or not will not change the winning probability.
Please see the introduction of Monty Hall problem or this Chinese post with illustrative example.
According to the chart, which of the following statements are true?
16. The dotplot below shows the number of televisions owned by each family on a city block.
*() The distribution is right-skewed with no outlier.
() The distribution is right-skewed with many outliers.
() The distribution is left-skewed with no outliers.
() The distribution is left-skewed with many outliers.
() The distribution is symmetric.
,
Data1 | Data2 | Data3 | Data4 | Data5 | |
---|---|---|---|---|---|
x | 2 | 2 | 6 | 8 | 0 |
y | 0 | 1 | 2 | 3 | 3 |
Which of the models shown below is the best one, having a minimal squared error?
()
()
()
()
*()
Squared error of 5 models:
10.383125, 59.083125, 17.8125, 112.508125, 8.1725
Which of the following statements are true?
I. When the sum of the residuals is greater than zero, the dataset is nonlinear.
II. A random pattern of residuals supports a linear model.
III. A random pattern of residuals supports a nonlinear model.
() I only *() II only () III only () I and II () I and III
The random variable is normally distributed. Mean of is , and the value is the 14th percentile of the distribution. Which is the best estimate of the standard deviation of the distribution.
*() 125 () 135 () 145 () 155 () 165
print()
and let us set .Taylor_Expansion()
, to compute by using Taylor series () up to order in . You should find that while the answer deviates from the exact solution obtained from a direct substitution, the error is less than .print()
and the custom function you got in is useful.