Skip to content

Commit

Permalink
Reduce precision in ANOVA test statistic docstring example.
Browse files Browse the repository at this point in the history
  • Loading branch information
vnmabus committed Jun 13, 2023
1 parent 4dbde09 commit 814fb8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skfda/inference/anova/_anova_oneway.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def v_sample_stat(fd: FData, weights: ArrayLike, p: int = 2) -> float:
Finally the value of the statistic is calculated:
>>> v_sample_stat(fd, weights)
0.01649448843348894
0.01649...
References:
.. footbibliography::
Expand Down

0 comments on commit 814fb8c

Please sign in to comment.