Max_logliklihood

版本 1.0.0.0 (914 字节) 作者: Shmuel Dr. Naaman
this function use the maximum log likelihood algorithem
1.5K 次下载
更新时间 2008/4/3

无许可证

flogliklihood

this function use the maximum log likelihood algorithm

For Detection of onset of change
It assume an inhomogeneous Poisson
process that has a constant intensity
?0 until the change point, and a
constant intensity ?1 thereafter.
(step function where ?0 and ?1 are unknown)

A is a random variable distributed or a distribution function

start and end are the range in which you look for the point change

the output give the index of the vector that marks the start and end of

Based on Yaacov et.al. 2002

Example,

function[rng]=flogliklihood(A,start,end);

引用格式

Shmuel Dr. Naaman (2024). Max_logliklihood (https://www.mathworks.com/matlabcentral/fileexchange/19234-max_logliklihood), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2006b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Octave 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.0.0

add example and
correcting some comments