LandauClassifier

landaufun

full signature:

def landaufun(x, landaumax, landauwidth, norm)  

comments:

see https://en.wikipedia.org/wiki/Landau_distribution  

langaufun

full signature:

def langaufun(x, landaumax, landauwidth, norm, gausswidth)  

comments:

(no valid documentation found)  

[class] LandauClassifier

comments:

(no valid documentation found)  

⤷ __init__

full signature:

def __init__( self, dogauss=False )  

comments:

(no valid documentation found)  

⤷ train

full signature:

def train( self )  

comments:

(no valid documentation found)  

⤷ fit

full signature:

def fit( self, histogram )  

comments:

find initial guess for the parameters  

⤷ evaluate

full signature:

def evaluate( self, histograms )  

comments:

(no valid documentation found)  

⤷ reconstruct

full signature:

def reconstruct( self, histograms )  

comments:

(no valid documentation found)  

⤷ save

full signature:

def save( self, path )  

comments:

save the classifier  

⤷ load

full signature:

def load( self, path, **kwargs )  

comments:

get a LandauClassifier instance from a pkl file