"""Project: PhiK - correlation analyzer library

Created: 2018/09/05

Description:
    Definitions used throughout the phik package

Authors:
    KPMG Advanced Analytics & Big Data team, Amstelveen, The Netherlands

Redistribution and use in source and binary forms, with or without
modification, are permitted according to the terms listed in the file
LICENSE.
"""

# names assigned to underflow and overflow bin when assigning bin indices
OF = "OF"
UF = "UF"
# name replacement of np.nan
NaN = "NaN"
