pava.hpp File Reference
Pooled adjacent violator algorithm. More...
#include "utils.hpp"
Include dependency graph for pava.hpp:
Go to the source code of this file.
Functions | |
arma::mat | target::pava (arma::vec y, const arma::vec &x=arma::vec(), arma::vec w=arma::vec()) |
Weighted Pooled Adjacent Violator Algorithm. More... | |
Detailed Description
Function Documentation
arma::mat target::pava | ( | arma::vec | y, |
const arma::vec & | x, | ||
arma::vec | w | ||
) |