필터 지우기
필터 지우기

Covariance of parameter estimates in nonlinear mixed effects fit

조회 수: 4 (최근 30일)
Sanjay Manohar
Sanjay Manohar 2015년 7월 30일
편집: Sanjay Manohar 2015년 7월 30일
I'm using nlmefit, and am trying to test the hypotheses using linhyptest. For that I need the covariance of the parameter estimates. The documentation suggests that the "stats" output structure should have a field called "covb". My output structure does not contain this!
[beta,psi,stats,re_subj] = nlmefit( X , Y, [],
@(b,X)X*b', [0,0,0,0], 'REParam',[1] );
stats =
dfe: 4844
logl: -1.1235e+04
mse: 5.9078
rmse: 2.4274
errorparam: 2.4306
aic: 2.2482e+04
bic: 2.2488e+04
sebeta: [0.4017 0.0919 0.0426 0.0426]
How can I get the required matrix? (I was expecting a 4x4, with 'sebeta.^2' as diagonals maybe?)

답변 (0개)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by