This content refers to an unreleased development version of PyMVPA
To provide the most recent news and documentation www.pymvpa.org reflects the development 0.6 series of PyMVPA. If you are interested in the documentation of the previous stable 0.4 series of PyMVPA, please visit v04.pymvpa.org.

mvpa.clfs.stats.rv_semifrozen

Inheritance diagram of rv_semifrozen

class mvpa.clfs.stats.rv_semifrozen(dist, loc=None, scale=None, args=None)

Helper proxy-class to fit distribution when some parameters are known

It is an ugly hack with snippets of code taken from scipy, which is Copyright (c) 2001, 2002 Enthought, Inc. and is distributed under BSD license http://www.scipy.org/License_Compatibility

Parameters :

dist : rv_generic

Distribution for which to freeze some of the parameters

loc : array-like, optional

Location parameter (default=0)

scale : array-like, optional

Scale parameter (default=1)

args : iterable, optional

Additional arguments to be passed to dist.

Raises :

ValueError :

Arguments number mismatch

fit(data, *args, **kwds)
nnlf(theta, x)

NeuroDebian

NITRC-listed