mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
minor typo
This commit is contained in:
@@ -34,7 +34,7 @@ public class StatFunctions {
|
||||
return 1.0d/(1.0d+Math.pow(Math.E,(-10000.0d*(input-(lowcut-0.001d)))));
|
||||
}
|
||||
/**
|
||||
* Like {@link #sigmoidE4HighPass, but inverted with respect to the Y axis. This has the same roll-off charater
|
||||
* Like {@link #sigmoidE4HighPass}, but inverted with respect to the Y axis. This has the same roll-off charater
|
||||
* where the high (1.0) shelf in included through the cutoff value.
|
||||
* @param input x
|
||||
* @param highcut The point on the x axis at which all lower values should yield 1.0
|
||||
|
||||
Reference in New Issue
Block a user