You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
val values: float list = [1.0; 2.0; 3.0; 4.0; 5.0]
val it: SummaryStats.SummaryStats<float> = { N = 4.0
Mean = 3.5
SumOfSquares = 5.0
Min = 1.0
Max = 5.0 }
N is 4.0, but would expect 5.0,
The text was updated successfully, but these errors were encountered:
For example:
Result:
N is
4.0
, but would expect5.0
,The text was updated successfully, but these errors were encountered: