結構可靠度NSTE/NDI:TWSR在軟體函式庫的需求,包括:
①正態分布函數/亂數函數(The Gaussian Distribution)
GSL: double gsl_ran_ugaussian (const gsl rng * r)
②一型極值分布函數/亂數函數(The Type-1 Gumbel Distribution)
GSL: double gsl_ran_gumbel1 (const gsl rng * r, double a, double b)
③可靠度指標函數(The Function of the Reliability Index)
GSL: double gsl_cdf_ugaussian_P (double x)
④逆可靠度指標函數(The Inverse Function of the Reliability Index)
GSL: double gsl_cdf_ugaussian_Pinv (double P)
結構可靠度NSTE/NDI:TWSR在基礎學科的需求,包括:
①C語言(C Programming Language)
②統計學/工程統計學(Statistics / Engineering Statistics)
③機率(Probability)
④微積分(Calculus)
⑤高等微積分(Advanced Calculus)
⑥工程數學(Engineering Mathematics)
⑦數值分析(Numerical Analysis)
①正態分布函數/亂數函數(The Gaussian Distribution)
GSL: double gsl_ran_ugaussian (const gsl rng * r)
②一型極值分布函數/亂數函數(The Type-1 Gumbel Distribution)
GSL: double gsl_ran_gumbel1 (const gsl rng * r, double a, double b)
③可靠度指標函數(The Function of the Reliability Index)
GSL: double gsl_cdf_ugaussian_P (double x)
④逆可靠度指標函數(The Inverse Function of the Reliability Index)
GSL: double gsl_cdf_ugaussian_Pinv (double P)
結構可靠度NSTE/NDI:TWSR在基礎學科的需求,包括:
①C語言(C Programming Language)
②統計學/工程統計學(Statistics / Engineering Statistics)
③機率(Probability)
④微積分(Calculus)
⑤高等微積分(Advanced Calculus)
⑥工程數學(Engineering Mathematics)
⑦數值分析(Numerical Analysis)