MCPcopy Create free account
hub / github.com/KDE/labplot / columnPercentile

Function columnPercentile

src/backend/core/column/ColumnPrivate.cpp:2489–2491  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2487}
2488
2489double 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()

Callers

nothing calls this directly

Calls 1

columnQuantileFunction · 0.85

Tested by

no test coverage detected