The Wayback Machine - https://web.archive.org/web/20200711222807/https://github.com/topics/statistics
Skip to content
#

statistics

Here are 5,060 public repositories matching this topic...

ecotner
ecotner commented Apr 4, 2020

I just started going through the jupyter notebooks (great stuff, by the way), and when running the cells the first time I would always get some error like Polygon has no attribute normed. It turns out that the normed option in plt.hist has been deprecated (in matplotlib version 3.1.1 and later as far as I can tell), and should instead be replaced with density (they appear to operate simi

sgregson
sgregson commented Jun 20, 2017

I don't know if this is worth documenting, but I was playing with the CLI referenced using pageres and came up with a fun little ("little" 😜 ) one-liner:

TMP=$(mktemp)".html";OUT=gitstats-"$(date '+%Y-%m-%d')".png;rm $OUT && git-stats --raw | git-stats-html -o $TMP && pageres $TMP 775x250 --filename="gitstats-<%=date%>" && imgcat $OUT

Aside from a little tempfile and date manipulation to

ChadFulton
ChadFulton commented Sep 23, 2019

Need to do some better handling of low-observation models in plot_diagnostics. These are models that shouldn't really be estimated, and we can't really make the plots work, but we shouldn't raise exceptions.

  • Any dataset with less than 10 observations will raise an error computing the error autocorrelations:
mod = sm.tsa.statespace.SARIMAX(np.random.normal(size=10), order=(10, 
andypea
andypea commented Apr 5, 2020

What would you like to submit? (put an 'x' inside the bracket that applies)

  • [x ] question
  • bug report
  • feature request

Issue description

Is the matrix-matrix multiplication function (Dot(matrixA, matrixB)) documented anywhere? I can't find the documentation on the accord-framework.net website and the code appears to be generated from .tt files.

Luni-4
Luni-4 commented Apr 10, 2020

Tokei counts blank lines inside comment blocks as blank lines. Wouldn't they be considered as comment lines?

For example:

/* Copyright (C) 2007-2008 Foo
   Copyright (C) 2008      Foo

   File: test.c
  
*/

Tokei output:

-------------------------------------------------------------------------------
 Language            Files        Lines         Code     Comment
jedisom
jedisom commented Apr 14, 2020

I see that the Gumbel distribution has been created based on this link: https://www.tensorflow.org/probability/api_docs/python/tfp/distributions/Gumbel
This is the xi =0 case per https://en.wikipedia.org/wiki/Generalized_extreme_value_distribution

I would like to use a more generalized version of the extreme value distrubutions allowing xi to be non-zero; Gumbel xi =0, Frechet xi > 0, and/or W

trantor
trantor commented Jan 23, 2020

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
/
brainbytes42
brainbytes42 commented Apr 14, 2020

Hi again,
a second issue I ran into is related to the userguide:
The example for Grouping on calculated columns regarding binning doesn't compile in v0.37.3 and apart from that doesn't lead to a reasonable result, as far as I see.

  • Compilation isn't possible, as bin() returns a DoubleColumn (even if c

Improve this page

Add a description, image, and links to the statistics topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the statistics topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.