downsidepot(): number
Downside Potential.
Measure of the average deviation below a minimum acceptable return threshold
Downside potential with default MAR
Downside potential with default MAR
import { assertEquals } from "jsr:@std/assert"; const x = [0.003, 0.026, 0.015, -0.009, 0.014, 0.024, 0.015, 0.066, -0.014, 0.039]; assertEquals(downsidepot(x), 0.0023);
x: array
array or matrix of values
downsidepot(): array | matrix
Downside Potential.
Measure of the average deviation below a minimum acceptable return threshold
Downside potential with default MAR
Downside potential with default MAR
import { assertEquals } from "jsr:@std/assert"; const x = [0.003, 0.026, 0.015, -0.009, 0.014, 0.024, 0.015, 0.066, -0.014, 0.039]; assertEquals(downsidepot(x), 0.0023);
x: matrix
array or matrix of values