Returns the cauchy cumulative distribution function for the given location, and scale.
If given containers of matching sizes returns the product of probabilities.
- Template Parameters
-
| T_y | type of real parameter |
| T_loc | type of location parameter |
| T_scale | type of scale parameter |
- Parameters
-
| y | real parameter |
| mu | location parameter |
| sigma | scale parameter |
- Returns
- probability or product of probabilities
- Exceptions
-
| std::domain_error | if sigma is nonpositive or y, mu are nan |
| std::invalid_argument | if container sizes mismatch |
Definition at line 35 of file cauchy_cdf.hpp.