Skip to content

[BUG] Clayton partial_derivative implementation issue #450

@HugoDelatte

Description

@HugoDelatte

Hello,

The partial derivative here should implement F(v|u) as per docstring and consistency with the other copulas, but the implementation is F(u|v).
More explicitly, the first term should be based on U (i.e. np.power(U, –self.theta – 1)) rather than V

Note that this impacts your vine copulas as they use the partial_derivative.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugThere is an error in the code that needs to be fixednewAutomatic label applied to new issues

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions