Skip to content

Quantile Regression Support #910

@s3alfisc

Description

@s3alfisc

We want to add (fast) support for quantile regression using the Frisch Newton Interior Point Solver from Koenker and Ng.

Additionally, we want to implement the "fast quantile regression process" algo from Chernozhukov et al.

#908 implements the interior point solver in numpy and sets up a quantreg module + quantreg function.

After merging the PR, it will be possible to fit a quantile regression as

import pyfixest as pf
data = pf.get_data()
pf.quantreg("Y ~ X1 + X2", data = data, quantile = 0.35)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions