|
|
__init__(self,
n,
beta=1.0)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
|
calculate_statistics(self,
data)
Calculate the sufficient statistics for the data. |
source code
|
|
|
|
|
|
|
|
|
|
get(self)
Return current expansion coefficients. |
source code
|
|
|
|
load(self,
aa,
f_name)
Load set of expansion coefficients from isd+. |
source code
|
|
|
|
|
|
array
|
|
|
|
log_z(self,
n=500,
integration='simpson')
Calculate the log partion function. |
source code
|
|
|
|
normalize(self,
normalize_full=True)
Remove parameter, which do not have any influence on the model and
compute the partition function. |
source code
|
|
|
|
prob(self,
x,
y)
Return the probability of the configurations x cross y. |
source code
|
|
|
|
sample_weights(self)
Create a random set of expansion coefficients. |
source code
|
|
|
|
set(self,
coef)
Set the fourier expansion coefficients and calculations the new
partation function. |
source code
|
|
|
|
|
|
Inherited from pdf.AbstractDensity:
__call__,
__getitem__,
__setitem__,
__str__,
estimate,
evaluate,
get_params,
random,
set_params
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__subclasshook__
|