power

Power models

The power model is given by

\[y=ax^b+c\]

This module provides the power model above and convenience functions for the one- (\(c = 0\)) and two-term power models in MATLAB, power1 and power2, respectively.

Functions

power

General power model.

power1

Convenience function for the power1 model from MATLAB.

power2

Convenience function for the power2 model from MATLAB.