statistical-analysis
Here are 472 public repositories matching this topic...
Expected behavior and actual behavior.
Right now there are some statistics on the current or a specific branch, I couldn't find a way to output per user commits for instance of all branches. Would be nice to have.
Steps to reproduce the problem.
Specifications like the version of the project, operating system, or hardware.
Hello.
I've come across what (to me) seems to be a problem with the FILENAME and FILENUM variables.
# mlr --version
Miller v5.6.2
# cat /tmp/csv1
A,B,C
_2GB,255,2
_4GB,120,4
_6GB,50,6
_10GB,10,10
# cat /tmp/csv2
FIRST,SECOND,THIRD,FOURTH
1,2,3,4
5,6,7,8
9,10,11,12
13,14,15,16
# mlr --icsv cat then put 'print FILENAME' /tmp/csv1 /tmp/csv2
/tmp/csv1
A=_2GB,B=255,C=2
/
Use mvn release:prepare to build the docs and copy them to the /docs directory
When trying to show any of the listed example outputs in the Readme.md, I'm forwarded to a weird site:
Example link:
Description
Recently I found that normalized_table_calc function is too slow (more than 30% of the total execution time!!!) and it seems that the reason is the poor performance of numpy.around and built-in round function in scalar mode!!
I think, we should define our custom rounder function, something like this :
def custom_rounder(input_number,digit):
p =For discussion, see IndrajeetPatil/ggstatsplot#333 (comment)
-
Updated
Nov 6, 2019 - Jupyter Notebook
-
Updated
Dec 31, 2019 - Vue
- Add sample size estimation documentation.
- Improve multiple correction documentation adding all formulas and assumptions.
feel free to add more
-
Updated
Nov 26, 2018 - Java
-
Updated
Dec 31, 2019 - HTML
-
Updated
Feb 13, 2020 - Python
See HdrHistogram/HdrHistogram_rust#74 (comment) for more context.
We save in fields (and write when serializing) the requested limits, not the actual limits that result from the underlying encoding (which will encompass at least as much as what the user requested, and maybe more). Perhaps we should expose the actual limits of what a particular histogram can do, rather th
In order to count methylated and unmethylated cystosines, the documentation at 3.5 Tiling windows analysis states this code:
tiles=tileMethylCounts(myobj,win.size=1000,step.size=1000)
In order to obtain the myobj object this code is stated further up (which is the only place where this is defined):
# read the files to a methylRawList object: myobj
myobj=methRead(file.l
-
Updated
Feb 18, 2020 - Python
-
Updated
Feb 28, 2019 - C#
-
Updated
Feb 14, 2018 - Python
-
Updated
Feb 21, 2019 - TeX
-
Updated
Feb 28, 2020 - R
-
Updated
Sep 10, 2019 - PowerShell
-
Updated
Mar 1, 2020 - Tcl
-
Updated
Oct 7, 2019 - Java
-
Updated
Feb 9, 2020 - R
-
Updated
Oct 30, 2017 - Python
-
Updated
Oct 15, 2017 - Python
-
Updated
Jul 27, 2019 - JavaScript
-
Updated
Aug 23, 2018 - Jupyter Notebook
Improve this page
Add a description, image, and links to the statistical-analysis topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the statistical-analysis topic, visit your repo's landing page and select "manage topics."



Description of your problem
Most distributions support multiple parameterizations that are hard to grasp from the little description that we have. In some cases the
scipy.statsdocumentation is not helping either.Proposal / Ideas for improvement
scipy.statsdistrib