using for loop to install conda package
This commit is contained in:
@@ -0,0 +1,53 @@
|
||||
from scipy.stats._boost.beta_ufunc import (
|
||||
_beta_pdf, _beta_cdf, _beta_sf, _beta_ppf,
|
||||
_beta_isf, _beta_mean, _beta_variance,
|
||||
_beta_skewness, _beta_kurtosis_excess,
|
||||
)
|
||||
|
||||
from scipy.stats._boost.binom_ufunc import (
|
||||
_binom_pdf, _binom_cdf, _binom_sf, _binom_ppf,
|
||||
_binom_isf, _binom_mean, _binom_variance,
|
||||
_binom_skewness, _binom_kurtosis_excess,
|
||||
)
|
||||
|
||||
from scipy.stats._boost.nbinom_ufunc import (
|
||||
_nbinom_pdf, _nbinom_cdf, _nbinom_sf, _nbinom_ppf,
|
||||
_nbinom_isf, _nbinom_mean, _nbinom_variance,
|
||||
_nbinom_skewness, _nbinom_kurtosis_excess,
|
||||
)
|
||||
|
||||
from scipy.stats._boost.hypergeom_ufunc import (
|
||||
_hypergeom_pdf, _hypergeom_cdf, _hypergeom_sf, _hypergeom_ppf,
|
||||
_hypergeom_isf, _hypergeom_mean, _hypergeom_variance,
|
||||
_hypergeom_skewness, _hypergeom_kurtosis_excess,
|
||||
)
|
||||
|
||||
from scipy.stats._boost.ncf_ufunc import (
|
||||
_ncf_pdf, _ncf_cdf, _ncf_sf, _ncf_ppf,
|
||||
_ncf_isf, _ncf_mean, _ncf_variance,
|
||||
_ncf_skewness, _ncf_kurtosis_excess,
|
||||
)
|
||||
|
||||
from scipy.stats._boost.ncx2_ufunc import (
|
||||
_ncx2_pdf, _ncx2_cdf, _ncx2_sf, _ncx2_ppf,
|
||||
_ncx2_isf, _ncx2_mean, _ncx2_variance,
|
||||
_ncx2_skewness, _ncx2_kurtosis_excess,
|
||||
)
|
||||
|
||||
from scipy.stats._boost.nct_ufunc import (
|
||||
_nct_pdf, _nct_cdf, _nct_sf, _nct_ppf,
|
||||
_nct_isf, _nct_mean, _nct_variance,
|
||||
_nct_skewness, _nct_kurtosis_excess,
|
||||
)
|
||||
|
||||
from scipy.stats._boost.skewnorm_ufunc import (
|
||||
_skewnorm_pdf, _skewnorm_cdf, _skewnorm_sf, _skewnorm_ppf,
|
||||
_skewnorm_isf, _skewnorm_mean, _skewnorm_variance,
|
||||
_skewnorm_skewness, _skewnorm_kurtosis_excess,
|
||||
)
|
||||
|
||||
from scipy.stats._boost.invgauss_ufunc import (
|
||||
_invgauss_pdf, _invgauss_cdf, _invgauss_sf, _invgauss_ppf,
|
||||
_invgauss_isf, _invgauss_mean, _invgauss_variance,
|
||||
_invgauss_skewness, _invgauss_kurtosis_excess,
|
||||
)
|
||||
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Reference in New Issue
Block a user