Stats
scaling(x)
¶
scaling a vector to a range between 0 and 1
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
x
|
List[float]
|
list of data values (float) |
required |
Returns:
| Type | Description |
|---|---|
NDArray[float64]
|
An numpy array of the scaled values |