bundles / scipy latest / scipy / stats / _distn_infrastructure / rv_generic / _penalized_nlpsf
function
scipy.stats._distn_infrastructure:rv_generic._penalized_nlpsf
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