Skip to content

[heavy_tails] Execution error #258

Closed
@mmcky

Description

@mmcky

There is an issue with the following code

fig, axes = plt.subplots(1, 2, figsize=(8.8, 3.6))

for name, ax in zip(variable_names, axes):
    empirical_ccdf(np.asarray(df_gdp1[name]).astype("float64"), ax, add_reg_line=False, label=name)

plt.show()

resulting in

MissingDataError: exog contains inf or nans

cc: @HengchengZhang @HumphreyYang @Smit-create

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