Git Product home page Git Product logo

Comments (4)

Roman223 avatar Roman223 commented on August 26, 2024

The same to me

from distfit.

giulianosalvati avatar giulianosalvati commented on August 26, 2024

@Roman223
i fix the error defining as follow:
distributions_list = [st.alpha, st.beta, st.betaprime, st.bradford, st.burr, st.cauchy,
st.chi, st.chi2, st.cosine, st.dgamma, st.dweibull, st.erlang, st.expon, st.exponnorm,
st.exponweib, st.exponpow, st.f, st.fatiguelife, st.fisk, st.foldcauchy, st.foldnorm,
st.genlogistic, st.genpareto, st.gennorm, st.genexpon, st.genextreme, st.gausshyper, st.gamma,
st.gengamma, st.genhalflogistic, st.gompertz, st.gumbel_r, st.gumbel_l,
st.halfcauchy, st.halflogistic, st.halfnorm, st.halfgennorm, st.hypsecant, st.invgamma,
st.invgauss, st.invweibull, st.johnsonsb, st.johnsonsu, st.laplace, st.levy,
st.logistic, st.loggamma, st.loglaplace, st.lognorm, st.lomax, st.maxwell, st.mielke,
st.nakagami, st.norm, st.pareto, st.pearson3, st.powerlaw, st.powerlognorm, st.powernorm,
st.rdist, st.reciprocal, st.rayleigh, st.rice, st.recipinvgauss, st.semicircular, st.t,
st.triang, st.truncexpon, st.truncnorm, st.tukeylambda, st.uniform, st.vonmises,
st.vonmises_line, st.wald, st.weibull_min, st.weibull_max, st.wrapcauchy]
within no st.gilbrat presence.

readable_distributions = [distrib.name for distrib in distributions_list]
dist= distfit(distr=readable_distributions,stats='energy',todf=True)

from distfit.

Roman223 avatar Roman223 commented on August 26, 2024

I managed to fix the error by downgrading the scipy

from distfit.

erdogant avatar erdogant commented on August 26, 2024

Thank you for mentioning it! There was a typo in Scipy which is fixed now!
update to the latest version with:

pip install -U distfit

from distfit.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.