normal_probability
Calculate normal distribution probabilities for any value using mean and standard deviation, with point, cumulative, or survival probability options.
Instructions
Calculate normal distribution probabilities.
Args: x: Value to calculate probability for mean: Mean of the normal distribution std_dev: Standard deviation of the normal distribution prob_type: Type of probability ("point", "cumulative", "survival")
Returns: Dictionary with probability value and distribution info
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | ||
| mean | No | ||
| std_dev | No | ||
| prob_type | No | point |