Skip to content

Suggestion: Introduce parameter inverse transformation after fit to rescaled time series #748

Open
@Kayne88

Description

@Kayne88

Hello,

Excellent work with the library. Has been of great use so far. One thing which required some time to pin down is that parameter estimates are for the rescaled timeseries and not for the original one.

If one wants to calculate analytical quantities based on the parameters or simulate trajectories, they won't resemble the original ones.

It could be an improvement to return the inverse scaled parameter estimates.

For example for a AR(1)+GARCH(1,1) process:
c = c_tilde/C
phi = phi_tilde
omega = omega_tilde/C**2
alpha = alpha_tilde
beta = beta_tilde
where *_tilde denotes the estimates for the scaled process

Cheers

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions