creativity  v1.3.0
Agent-based model of creativity and piracy
Public Member Functions | List of all members
creativity::data::RankError Class Reference

Exception class for rank errors, for example when trying to do OLS with n < k, or an X matrix without full column rank. More...

#include <creativity/data/Regression.hpp>

Public Member Functions

 RankError (const std::string &message)
 Constructor; takes an exception message.
 

Detailed Description

Exception class for rank errors, for example when trying to do OLS with n < k, or an X matrix without full column rank.

Inheritance diagram for creativity::data::RankError:
[legend]
Collaboration diagram for creativity::data::RankError:
[legend]

The documentation for this class was generated from the following file: