minor typo

This commit is contained in:
Jonathan Shook
2024-01-17 13:23:06 -06:00
parent fc1c77ee65
commit 43bc68f388

View File

@@ -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