DistributionFactoryLikelihoodResult¶
- class DistributionFactoryLikelihoodResult(*args)¶
Result from likelihood estimation.
- Parameters:
- distribution
Distribution
Estimated distribution
- parameterDistribution
Distribution
Distribution of the parameters
- logLikelihoodfloat
Optimal log-likelihood value
- distribution
See also
Methods
Accessor to the object's name.
Accessor to the estimated distribution.
getId
()Accessor to the object's id.
Likelihood value accessor.
getName
()Accessor to the object's name.
Accessor to the distribution of the parameter.
Accessor to the object's shadowed id.
Accessor to the object's visibility state.
hasName
()Test if the object is named.
Test if the object has a distinguishable name.
setDistribution
(distribution)Accessor to the estimated distribution.
setLogLikelihood
(logLikelihood)Likelihood value accessor.
setName
(name)Accessor to the object's name.
setParameterDistribution
(parameterDistribution)Accessor to the distribution of the parameter.
setShadowedId
(id)Accessor to the object's shadowed id.
setVisibility
(visible)Accessor to the object's visibility state.
- __init__(*args)¶
- getClassName()¶
Accessor to the object’s name.
- Returns:
- class_namestr
The object class name (object.__class__.__name__).
- getDistribution()¶
Accessor to the estimated distribution.
- Returns:
- distribution
Distribution
The estimated distribution.
- distribution
- getId()¶
Accessor to the object’s id.
- Returns:
- idint
Internal unique identifier.
- getLogLikelihood()¶
Likelihood value accessor.
- Returns:
- llhfloat
Log-likelihood value.
- getName()¶
Accessor to the object’s name.
- Returns:
- namestr
The name of the object.
- getParameterDistribution()¶
Accessor to the distribution of the parameter.
- Returns:
- parameterDistribution
Distribution
The distribution of the parameter.
- parameterDistribution
- getShadowedId()¶
Accessor to the object’s shadowed id.
- Returns:
- idint
Internal unique identifier.
- getVisibility()¶
Accessor to the object’s visibility state.
- Returns:
- visiblebool
Visibility flag.
- hasName()¶
Test if the object is named.
- Returns:
- hasNamebool
True if the name is not empty.
- hasVisibleName()¶
Test if the object has a distinguishable name.
- Returns:
- hasVisibleNamebool
True if the name is not empty and not the default one.
- setDistribution(distribution)¶
Accessor to the estimated distribution.
- Parameters:
- distribution
Distribution
The estimated distribution.
- distribution
- setLogLikelihood(logLikelihood)¶
Likelihood value accessor.
- Parameters:
- llhfloat
Log-likelihood value.
- setName(name)¶
Accessor to the object’s name.
- Parameters:
- namestr
The name of the object.
- setParameterDistribution(parameterDistribution)¶
Accessor to the distribution of the parameter.
- Parameters:
- parameterDistribution
Distribution
The distribution of the parameter.
- parameterDistribution
- setShadowedId(id)¶
Accessor to the object’s shadowed id.
- Parameters:
- idint
Internal unique identifier.
- setVisibility(visible)¶
Accessor to the object’s visibility state.
- Parameters:
- visiblebool
Visibility flag.
Examples using the class¶
Estimate a GEV on the Venice sea-levels data
Estimate a GEV on the Port Pirie sea-levels data
Estimate a GEV on the Fremantle sea-levels data
Estimate a GEV on race times data