{ } Raw JSON

bundles / scipy 1.17.1 / scipy / stats / _distn_infrastructure / rv_generic / _penalized_nlpsf

function

scipy.stats._distn_infrastructure:rv_generic._penalized_nlpsf

source: /scipy/stats/_distn_infrastructure.py :1600

Signature

def   _penalized_nlpsf ( self theta x )

Summary

Penalized negative log product spacing function. i.e., - sum (log (diff (cdf (x, theta))), axis=0) + penalty where theta are the parameters (including loc and scale) Follows reference [1] of scipy.stats.fit

Aliases

  • scipy.stats._distn_infrastructure.rv_generic._penalized_nlpsf