OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:xscalepow
(Results
1 - 1
of
1
) sorted by null
/external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/
WeibullDistributionImpl.java
138
final double
xscalepow
= FastMath.pow(xscale, shape - 1);
local
145
final double xscalepowshape =
xscalepow
* xscale;
147
return (shape / scale) *
xscalepow
* FastMath.exp(-xscalepowshape);
Completed in 161 milliseconds