Alpha Management#
- class pycafee.utils.helpers.AlphaManagement(alfa=None, **kwargs)[source]#
Instanciates a class for
alphamanagment. This class inherits fromLanguageManagementand it is primarily for internal use.Methods
get_alfa()Returns the current
alphavalueReturns the current language
set_alfa(alfa)Changes the
alphavalueset_language(language)Changes the current language
- get_language()#
Returns the current language
- set_alfa(alfa)[source]#
Changes the
alphavalue- Parameters
- alfa
float The new significance level
- alfa
Notes
This method only allows input of type
floatand between0.0and1.0.
- set_language(language)#
Changes the current language
- Parameters
- language
str The language code
- language
Notes
The
languagemust be astrwith no more then5elements.