0
Statistics and Variance in Python
Hello everybody, so i have only the right side of a normal distribution but want to calculate the variance like i have the whole distribution. Does anybody know, if .var() does the thing? Because i think .var() would calculate the mean of the right side distribution again. Grettings
1 Respuesta
+ 1
Please show your code and/or the exercise text. Otherwise it is pure speculation since you didn't even mention which module/package you are using (I guess you mean numpy).