Package: statip 0.2.3
statip: Statistical Functions for Probability Distributions and Regression
A collection of miscellaneous statistical functions for probability distributions: 'dbern()', 'pbern()', 'qbern()', 'rbern()' for the Bernoulli distribution, and 'distr2name()', 'name2distr()' for distribution names; probability density estimation: 'densityfun()'; most frequent value estimation: 'mfv()', 'mfv1()'; other statistical measures of location: 'cv()' (coefficient of variation), 'midhinge()', 'midrange()', 'trimean()'; construction of histograms: 'histo()', 'find_breaks()'; calculation of the Hellinger distance: 'hellinger()'; use of classical kernels: 'kernelfun()', 'kernel_properties()'; univariate piecewise-constant regression: 'picor()'.
Authors:
statip_0.2.3.tar.gz
statip_0.2.3.zip(r-4.5)statip_0.2.3.zip(r-4.4)statip_0.2.3.zip(r-4.3)
statip_0.2.3.tgz(r-4.4-x86_64)statip_0.2.3.tgz(r-4.4-arm64)statip_0.2.3.tgz(r-4.3-x86_64)statip_0.2.3.tgz(r-4.3-arm64)
statip_0.2.3.tar.gz(r-4.5-noble)statip_0.2.3.tar.gz(r-4.4-noble)
statip_0.2.3.tgz(r-4.4-emscripten)statip_0.2.3.tgz(r-4.3-emscripten)
statip.pdf |statip.html✨
statip/json (API)
NEWS
# Install 'statip' in R: |
install.packages('statip', repos = c('https://paulponcet.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/paulponcet/statip/issues
Last updated 5 years agofrom:ed5cfd7d00. Checks:OK: 3 NOTE: 6. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 07 2024 |
R-4.5-win-x86_64 | OK | Nov 07 2024 |
R-4.5-linux-x86_64 | OK | Nov 07 2024 |
R-4.4-win-x86_64 | NOTE | Nov 07 2024 |
R-4.4-mac-x86_64 | NOTE | Nov 07 2024 |
R-4.4-mac-aarch64 | NOTE | Nov 07 2024 |
R-4.3-win-x86_64 | NOTE | Nov 07 2024 |
R-4.3-mac-x86_64 | NOTE | Nov 07 2024 |
R-4.3-mac-aarch64 | NOTE | Nov 07 2024 |
Exports:.kernelsListas.stepfunbandwidthcvdberndensityfundistr2nameerffind_breakshellingerhistokernel_propertieskernelfunknotslagkmfvmfv1midhingemidrangena.passname2distrpbernpicorplotpredictqbernrberntableNAtrimean
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Bandwidth calculation | bandwidth |
Coefficient of variation | cv |
The Bernoulli distribution | dbern pbern qbern rbern |
Kernel density estimation | densityfun |
Conversion between abbreviated distribution names and proper names | distr2name name2distr |
Error function | erf |
Breakpoints to be passed to a Histogram | find_breaks |
Hellinger distance | hellinger |
Alternative Histograms | histo |
Smoothing kernels | .kernelsList kernelfun kernelfun.character kernelfun.function kernel_properties |
Lag a vector | lagk |
Most frequent value(s) | mfv mfv.default mfv.tableNA mfv1 |
Midhinge | midhinge |
Mid-range | midrange |
Piecewise-constant regression | knots.picor picor plot.picor predict.picor print.picor |
Basic plot of a loess object | plot.loess |
Default model predictions | predict.default |
Alternative Table Creation | tableNA |
Tukey's trimean | trimean |