필터 지우기
필터 지우기

How to estimate standard errors?

조회 수: 1 (최근 30일)
tilfani oussama
tilfani oussama 2018년 5월 6일
답변: tilfani oussama 2018년 5월 6일
I'm using a code to estimate a hurst coefficient MFDFA procedure, Hurst coefficient is the slope of logFq(s) vs log(s) for q=2, i use polyfit function like this:
for nq=1:length(q),
C = polyfit(log2(scale),log2(Fq(nq,:)),1);
Hq(nq) = C(1);
Aq(nq)= C(2) ;
qRegLine{nq} = polyval(C,log2(scale));
end
How can i improve this estimation by giving also the error terms of Aq and Hq?
Bests

답변 (1개)

tilfani oussama
tilfani oussama 2018년 5월 6일
ALso my question is only about SE of coefficient estimated in the simple

카테고리

Help CenterFile Exchange에서 Regression에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by