redmod-team / profit

Probabilistic Response mOdel Fitting with Interactive Tools
https://profit.readthedocs.io
MIT License
14 stars 9 forks source link

ChaosPy sampling #181

Open Rykath opened 1 year ago

Rykath commented 1 year ago

ChaosPy provides many different distributions and (pseudo-)random sampling methods. (E.g.: see sampling) This could help clean up the variable sampling and also expand the possible distributions (see Distributions)

It would not be a new dependency as we currently require ChaosPy anyways (I think for Linear Regression).