<a id="skfolio-measures-perfmeasure"></a>

# skfolio.measures.PerfMeasure

<a id="skfolio.measures.PerfMeasure"></a>

### *class* skfolio.measures.PerfMeasure(\*values)

Enumeration of performance measures.

* **Attributes:**
  **MEAN** *str*
  : Mean

  **ANNUALIZED_MEAN** *str*
  : Annualized Mean

<a id="skfolio.measures.PerfMeasure.has"></a>

#### *classmethod* has(value)

Check if a value is in the Enum.

* **Parameters:**
  **value** *str*
  : Input value.
* **Returns:**
  **x** *bool*
  : True if the value is in the Enum, False otherwise.

