MCPcopy Create free account
hub / github.com/OpenSees/OpenSees / transform_u_to_x

Method transform_u_to_x

SRC/reliability/domain/distributions/NormalRV.cpp:153–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151
152
153double
154NormalRV::transform_u_to_x(double uVal)
155{
156 return uVal*sigma + mu;
157}
158
159
160double

Callers 2

OPS_transformUtoXFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected