pykelihood.profiler.Profiler.

pykelihood.profiler.Profiler.profiles#

property Profiler.profiles#

Compute the profile likelihood for the parameters defined in __init__. If a single profiling parameter is specified, only that parameter is profiled. If not, all parameters are profiled. Uses test_profile_likelihood to compute the profile likelihood.

Returns:

A dictionary with parameter names as keys and a pandas DataFrame as values. The pandas DataFrame contains the parameter values from the profile likelihood

optimization (even the non-profiled ones) and their corresponding likelihood value.

Return type:

dict