what is 1.15 at this function

조회 수: 4 (최근 30일)
uncung fgv
uncung fgv 2012년 10월 30일
what is 1.15 and 0.1 at this 2 function
function Pfit=VarProb(p);
w0=p(1);
x(1)=1.15;
P=ones(size(n));% Kumulative Probability
p=ones(size(n));% Breakage probability during the stressing with number k;
L=length(n);
r=(1:L)
for m=1:L;
p(m)=n(m)/N;
end;
% p(1)=0.1;
P(1)=p(1);
for m=2:L;
P(m)=P(m-1)+p(m);
end;

답변 (1개)

Sachin Ganjare
Sachin Ganjare 2012년 10월 30일
  댓글 수: 1
uncung fgv
uncung fgv 2012년 10월 30일
let me read it. thx.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Statistics and Machine Learning Toolbox에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by