| 2487 | } |
| 2488 | |
| 2489 | double columnPercentile(double p, const std::string_view& variable, const std::weak_ptr<Parsing::Payload> payload) { |
| 2490 | return columnQuantile(p / 100., variable, payload); |
| 2491 | } |
| 2492 | |
| 2493 | /*! |
| 2494 | * \sa FunctionValuesDialog::generate() |
nothing calls this directly
no test coverage detected