Skip to content

feat(stats): add C implementation for stats/base/dists/chi/variance #4591

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
May 3, 2025
Prev Previous commit
docs: add missing period
Signed-off-by: Philipp Burckhardt <[email protected]>
  • Loading branch information
Planeshifter authored May 3, 2025
commit f427abaef549463e0c886016e8c2663352dbf258
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ double out = stdlib_base_dists_chi_variance( 9.0 );

The function accepts the following arguments:

- **k**: `[in] double` degrees of freedom
- **k**: `[in] double` degrees of freedom.

```c
double stdlib_base_dists_chi_variance( const double k );
Expand Down