Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
153
double
154
NormalRV::transform_u_to_x(double uVal)
155
{
156
return uVal*sigma + mu;
157
}
158
159
160
double
Callers
2
OPS_transformUtoX
Function · 0.45
TclReliabilityModelBuilder_transformUtoX
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected