Skip to content
#

statistics

Here are 881 public repositories matching this topic...

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, 
ankurankan
ankurankan commented Jun 13, 2019

The documentation of some classes/methods is severely lacking. Here's a list of methods that needs more detailed documentation as has been pointed out by users:

  • TabularCPD doesn't clearly specify what the arguments are expected to be. Ref: #1036
  • TabularCPD methods need to describe in more detail what each of them does.
  • Make sure that Return section is available in ea
lifelines
CamDavidsonPilon
CamDavidsonPilon commented May 5, 2020

I'm testing out sybil locally to check all the "executable" blocks in the lifelines *.rst. This worked pretty well, I did discover some legit errors.

See #1011

  • fix all "tests" in *.rst
  • fix all "tests" in *.py
  • make this part of TravisCI check
larsoner
larsoner commented Mar 4, 2020

See mne-tools/mne-python#6262 (comment) :

seeing this in a example I would suggest to add a method Covariance.plot_topomap(info) to display the topomap of diagonal. this would simplify this example a lot

This will hopefully just require some short function in mne/viz/topomap.py. Even using the EvokedArray approach seems okay since it's pretty straigh

dmanhattan
dmanhattan commented Aug 27, 2019

https://github.com/CamDavidsonPilon/lifetimes/blob/299229ebc6b01431f46979c4eb75362159134ddf/lifetimes/plotting.py#L251

Hi Cameron,

I've had feedback from customers that the output for plot_probability_alive_matrix() and plot_frequency_recency_matrix() functions is difficult to interpret.

The functions return plots with 'Customer Recency' on the y axis that appears to be a measure of t

jg-you
jg-you commented Jan 17, 2019

Summary:

Documentation of optimizing does not appear accurate, specifically the init parameter

Description:

The description of the init parameter of optimizing is identical to that of sampling, with reference to chains, which optimizing does not use (as far as I understand).

Behavior does not seem to correlate with choices of init either. For example, initializing

vaseline555
vaseline555 commented Feb 9, 2020

For example,
in ELFI tutorial...
We should specify observed data like below:

Y = elfi.Simulator(MA2, t1, t2, observed=y_obs)

for calculating a discrepancy like:

d = elfi.Distance('euclidean', S1, S2)

What I wonder is,
without explicitly passing 'observed' argument to the Simulator object,
can we make it possible to do ABC-rejection by modifying discrepancy function?
e.g. inste

jtrueblood
jtrueblood commented Sep 28, 2019

I noticed when making requests for Player information some of the NFL kickers seem to have a different format for their URI. A lot of current kickers follow the standard 8 character 'LlllFfNN' format. But some have a 10 character string.

In this example Mason Crosby this works fine and returns 'Field Goals - 30':

thisplayer = Player('CrosMa20') 
theyear = '2018'
print('Fie

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.