Hello,
I would like to know:
Is there a function or command to compute the gradients of the reliability index (betaFORM) with relation to means of random variables?
I have also some doubts about some functions starting with “get..” like
getNodeTags
getLSFTags
getParamTags
getRVTags
Could you explain them or/and list all of them?
Thanks on advance
Luis
Gradients of Reliability Index
Moderators: silvia, selimgunay, mhscott, Moderators
-
- Posts: 8
- Joined: Wed Aug 07, 2013 6:37 am
- Location: Logroño Spain
- Contact:
Re: Gradients of Reliability Index
The reliability analysis output file should contain the gradients wrt mean and stdev
The "get" functions return Tcl lists that can be iterated over with a foreach loop
foreach nd [getNodeTags] {
puts "Node $nd says hello"
}
The "get" functions return Tcl lists that can be iterated over with a foreach loop
foreach nd [getNodeTags] {
puts "Node $nd says hello"
}