GetLogLik {offlineChange} | R Documentation |
Get Log Likelihood
Description
For a series of one dimensional data, get the log likelihood.
Usage
GetLogLik(y, left, right)
Arguments
y |
The data to calculate log likelihood. The data must be one dimesional. |
left |
The left end of the data that users want to use. |
right |
The right end of the data that users want to use. |
Value
log_lik
[Package offlineChange version 0.0.4 Index]