innovate.hype.hype_cycle module

class innovate.hype.hype_cycle.HypeCycleModel[source]

Bases: object

A model for generating a Hype Cycle curve.

This model combines a logistic growth curve for the underlying technology maturity with a hype function to model the visibility of the technology.

property param_names: Sequence[str]
property params_: Dict[str, float]
predict(t: Sequence[float]) ndarray[source]

Generates the Hype Cycle curve.

Parameters:

t – A sequence of time points.

Returns:

The visibility of the technology at each time point.