#include "genesis/utils/math/regression/dataframe.hpp"
#include "genesis/utils/containers/dataframe/operators.hpp"
#include "genesis/utils/math/regression/factor.hpp"
#include "genesis/utils/math/statistics.hpp"
#include "genesis/utils/text/convert.hpp"
#include "genesis/utils/text/string.hpp"
#include <algorithm>
#include <cassert>
#include <sstream>
#include <stdexcept>
Go to the source code of this file.
Namespaces | |
genesis | |
Container namespace for all symbols of genesis in order to keep them separate when used as a library. | |
genesis::utils | |
Functions | |
Matrix< double > | glm_convert_dataframe (Dataframe const &df) |
Matrix< double > | glm_convert_dataframe (Dataframe const &df, std::vector< std::string > row_order) |
Dataframe | glm_prepare_dataframe (Dataframe const &df) |
Dataframe | glm_prepare_dataframe (Dataframe const &df, std::string &report) |