View source: R/adaptive_sampling.R
profile_likelihood_result | R Documentation |
Internal S3 constructor for storing results from profile_likelihood
.
profile_likelihood_result(
param_values,
ll_values,
param_name,
bandwidth,
sample_counts
)
param_values |
Vector of parameter values. |
ll_values |
Vector of log-likelihood values. |
param_name |
Name of the analyzed parameter. |
bandwidth |
Bandwidth used for local windows. |
sample_counts |
Number of samples per estimate. |
An object of class profile_likelihood
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.