documentation issues of functions in scipy.stats.mstats
See original GitHub issueThere is no documentation of the following functions in mstats:
-
sen_seasonal_slopes(https://docs.scipy.org/doc/scipy/reference/generated/scipy.stats.mstats.sen_seasonal_slopes.html) -
trimmed_var(https://docs.scipy.org/doc/scipy/reference/generated/scipy.stats.mstats.trimmed_var.html) -
trimmed_std(https://docs.scipy.org/doc/scipy/reference/generated/scipy.stats.mstats.trimmed_std.html) -
trimmed_mean(https://docs.scipy.org/doc/scipy/reference/generated/scipy.stats.mstats.trimmed_mean.html)
In general, there is little Information on the functions (references, examples), see e.g. https://docs.scipy.org/doc/scipy/reference/generated/scipy.stats.mstats.mjci.html
Links to the functions in stats don’t work: https://docs.scipy.org/doc/scipy/reference/generated/scipy.stats.mstats.theilslopes.html#scipy.stats.mstats.theilslopes
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (7 by maintainers)
Top Results From Across the Web
Statistical functions (scipy.stats) — SciPy v1.9.3 Manual
This module contains a large number of probability distributions, summary and frequency statistics, correlation functions and statistical tests, ...
Read more >Statistics (scipy.stats) — SciPy v1.9.3 Manual
The main public methods for continuous RVs are: rvs: Random Variates. pdf: Probability Density Function. cdf: Cumulative Distribution Function. sf: Survival ...
Read more >scipy.optimize.least_squares — SciPy v1.9.3 Manual
Solve a nonlinear least-squares problem with bounds on the variables. Given the residuals f(x) (an m-D real function of n real variables) and...
Read more >scipy.optimize.minimize — SciPy v1.9.3 Manual
This algorithm requires the gradient and either the Hessian or a function that computes the product of the Hessian with a given vector....
Read more >SciPy v0.15.0 Reference Guide
SciPy (pronounced “Sigh Pie”) is open-source software for mathematics, ... Statistical functions for masked arrays (scipy.stats.mstats) ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Hi I joined pycon US mentored sprint and I’d like to provide the documentation for sen_seasonal_slopes function.
@yungchidanielcho Did you plan on adding the
sen_seasonal_slopesdocumentation?I’m going to go ahead and resolve the link rendering issue so it doesn’t slip through the cracks, and it’s conceptually distinct from that function needing documentation.