1.

Which of the following expressions, correctly calculate variance of a sample, x, derived from a population?

Answer»

Which of the following expressions, CORRECTLY calculate variance of a sample, x, DERIVED from a POPULATION?
Choose the correct option from below LIST
(1)np.var(x, ddf=1)
(2)np.var(x, df=1)
(3)np.var(x)
(4)np.var(x, ddof=1)

Answer:-(4)np.var(x, ddof=1)



Discussion

No Comment Found