フィルターのクリア

What should i do next to calculate the reliability using first order reliability method?

9 ビュー (過去 30 日間)
x=load;
l=lengthofbeam;
b=base;
d=distance;
h=widthofbeam;
y=yieldstrength;
functions [beta,pf] = firstorderreliabilitymethod;
g=y - ((x*l*l/8)*(d/2)/(b*h*h*h/12));
beta=3;
designpoint=(0.5,0.5);

回答 (1 件)

N A POORNA CHANDRA
N A POORNA CHANDRA 2023 年 6 月 14 日
hi nazran,
The procedure of the FORM is briefly summarized below.
1) Transform the original random variables from X-space to U-space by Rosenblatt transformation.
2) Search the MPP in U-space and calculate the reliability index b .
3) Calculate reliability R = F (b ) .
here is the documentation for calculating reliability using FORM

カテゴリ

Help Center および File ExchangeBehavior and Psychophysics についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by