Statistics
Statistics is a mathematical discipline concerned with developing and studying mathematical methods for collecting, analyzing, interpreting, and presenting large quantities of numerical data. Statistics is a highly interdisciplinary field of study with applications in fields such as physics, chemistry, life sciences, political science, and economics.
Here are 9,660 public repositories matching this topic...
-
Updated
Mar 15, 2022 - Jupyter Notebook
-
Updated
May 13, 2022 - Go
-
Updated
May 14, 2022 - TypeScript
-
Updated
May 13, 2022 - Elixir
-
Updated
May 7, 2022 - JavaScript
Collection of follow-ups to #5827. These can/should be broken out into individual PRs. Many are relatively straightforward and would make a good first PR.
General
- Documentation (none was added in original PR).
- Release notes.
- Example notebook.
- Double-check how
sm.tsa.arima.ARIMAworks withfix_params(it should fail except when the fit method isstatespace
-
Updated
Apr 8, 2022 - HTML
-
Updated
May 3, 2022 - Python
-
Updated
Apr 29, 2022 - Python
-
Updated
May 15, 2022 - Java
-
Updated
May 14, 2022 - Go
-
Updated
Feb 27, 2022 - Shell
-
Updated
Oct 22, 2019 - Jupyter Notebook
-
Updated
May 12, 2022 - Python
-
Updated
Nov 18, 2020 - C#
The currently implemented version of the horseshoe distribution is not the parameterization that most ML papers use. This limits the ease of use of this as, for example, a prior in a tfp.layers.KLDivergenceAddLoss or in tfp.layers.DenseReparameterization. The regularized horseshoe would also be useful as an implemented distribution.
The alternative parameterization is shown here:
https://www.
Since the default output is meant to be human-readable, would it make sense to add thousands separators to make the output more easily readable?
-
Updated
May 13, 2022
-
Updated
May 10, 2022 - Java
-
Updated
Jan 28, 2021 - C++
When there are not enough results, we tell the user that the experiment just started, so come back later. When the experiment dates are set to a future time, this language doesn't fit very well. We should adjust the language to take this future state into account when figuring out the message.
<img width="875" alt="CleanShot 2022-04-10 at 21 23 22@2x" src="https://user-images.githubusercontent
-
Updated
May 11, 2022 - JavaScript
For example, the data is (3.8,4.5,4.6,4.7,4.9)
while I'm using tech.tablesaw.aggregate.AggregateFunctions.percentile function, the 90th percentile is 4.9, however, if the percentile function supports linear interpolation, the 90th percentile should be 4.82, which is adopted by most other programming languages.
-
Updated
Feb 17, 2021
-
Updated
Apr 28, 2022 - Rust
-
Updated
Jan 26, 2022 - Jupyter Notebook


Background / Objective
Docstrings in Python are string literals that occur as the first statement in a module, function, class, or method definition.
These are some of the characteristics of a docstring: