norm(value)¶
Definition¶
Double norm(Number value)
Description¶
similar to stack, but scaled so that the max value is one. Short hand for: stack(value)/sum(value). See dnorm(...)
Parameter Definition¶
Name | Type | Description |
---|---|---|
value | Number |
Double norm(Number value)
similar to stack, but scaled so that the max value is one. Short hand for: stack(value)/sum(value). See dnorm(...)
Name | Type | Description |
---|---|---|
value | Number |