필터 지우기
필터 지우기

can you tell me the solution for this error

조회 수: 2 (최근 30일)
MANOJ KUMAR
MANOJ KUMAR 2021년 3월 14일
sig_tr_sia=normpdf(norminv(cdf(logn_sia,SIA)))/(pdf(logn_sia,SIA))
mu_tr_sia=SIA-norminv(cdf(logn_sia,SIA)).*sig_tr_sia
Error using symengine
Unable to prove 'erfc(0.11251645814588591111628580203932*2^(1/2))/2 < 0 | 1 <
erfc(0.11251645814588591111628580203932*2^(1/2))/2' literally. Use 'isAlways' to test the statement mathematically.
Error in sym/subsindex (line 851)
X = find(mupadmex('symobj::logical',A.s,9)) - 1;
Error in sym/privsubsasgn (line 1126)
L_tilde2 = builtin('subsasgn',L_tilde,struct('type','()','subs',{varargin}),R_tilde);
Error in sym/subsasgn (line 963)
C = privsubsasgn(L,R,inds{:});
Error in norminv (line 57)
p(p < 0 | 1 < p) = NaN;
Error in NewTopplingRIA (line 348)
sig_tr_sia=normpdf(norminv(cdf(logn_sia,SIA)))/(pdf(logn_sia,SIA))

답변 (0개)

카테고리

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by