how to save PDF of kernel density?
조회 수: 1 (최근 30일)
이전 댓글 표시
Hi all,
I have a project that requires me to compute a pdf of a kernel density hundreds of thousands (millions) of times and I wanted to see if I can save a kernel density pdf so that my code doesn't have to load the observations to which the kernel density is fitted. Right now the only way I know how to evaluate a kernel density pdf requires my machine to work with the vector of observations each and every time to evaluate the kernel pdf.
댓글 수: 1
Torsten
2023년 2월 10일
How would you expect that the kernel density should be represented ?
I think if you read the documentation on how the kernel density pdf is evaluated, there is no other way than to recalculate it at each point x for which it is called.
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Get Started with Statistics and Machine Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!