.. role:: red .. role:: blue .. role:: navy Regression ========== :navy:`minimum_cycles` ~~~~~~~~~~~~~~~~~~~~~~ .. container:: .. table:: :class: tight-table :widths: 45 45 15 +----------------------------------------------+-----------------------------------------------+----------------+ | **minimum_cycles** | **Description** | **Example** | +==============================================+===============================================+================+ | **Required**: :red:`True` | Minimum number of cycles in the regression | 10 | | | | | | **Type**: | | | | | | | | **Units**: None | | | | | | | | | | | | | | | | | | | | | | | | | | | +----------------------------------------------+-----------------------------------------------+----------------+ :navy:`max_iterations` ~~~~~~~~~~~~~~~~~~~~~~ .. container:: .. table:: :class: tight-table :widths: 45 45 15 +----------------------------------------------+-----------------------------------------------+----------------+ | **max_iterations** | **Description** | **Example** | +==============================================+===============================================+================+ | **Required**: :red:`True` | Max iterations of the regression | 10 | | | | | | **Type**: | | | | | | | | **Units**: None | | | | | | | | | | | | | | | | | | | | | | | | | | | +----------------------------------------------+-----------------------------------------------+----------------+ :navy:`max_redescending_iterations` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. container:: .. table:: :class: tight-table :widths: 45 45 15 +----------------------------------------------+-----------------------------------------------+----------------+ | **max_redescending_iterations** | **Description** | **Example** | +==============================================+===============================================+================+ | **Required**: :red:`True` | Max redescending iterations of the regression | 2 | | | | | | **Type**: | | | | | | | | **Units**: None | | | | | | | | | | | | | | | | | | | | | | | | | | | +----------------------------------------------+-----------------------------------------------+----------------+ :navy:`r0` ~~~~~~~~~~ .. container:: .. table:: :class: tight-table :widths: 45 45 15 +----------------------------------------------+-----------------------------------------------+----------------+ | **r0** | **Description** | **Example** | +==============================================+===============================================+================+ | **Required**: :red:`True` | The number of standard deviations where the | 1.4 | | | influence function changes from linear to | | | **Type**: | quadratic | | | | | | | **Units**: None | | | | | | | | | | | | | | | | | | | | | | | | | | | +----------------------------------------------+-----------------------------------------------+----------------+ :navy:`u0` ~~~~~~~~~~ .. container:: .. table:: :class: tight-table :widths: 45 45 15 +----------------------------------------------+-----------------------------------------------+----------------+ | **u0** | **Description** | **Example** | +==============================================+===============================================+================+ | **Required**: :red:`True` | Control for redescending Huber regression | 2.8 | | | weights. | | | **Type**: | | | | | | | | **Units**: None | | | | | | | | | | | | | | | | | | | | | | | | | | | +----------------------------------------------+-----------------------------------------------+----------------+ :navy:`tolerance` ~~~~~~~~~~~~~~~~~ .. container:: .. table:: :class: tight-table :widths: 45 45 15 +----------------------------------------------+-----------------------------------------------+----------------+ | **tolerance** | **Description** | **Example** | +==============================================+===============================================+================+ | **Required**: :red:`True` | Control for convergence of RME algorithm. | 0.005 | | | Lower means more iterations | | | **Type**: | | | | | | | | **Units**: None | | | | | | | | | | | | | | | | | | | | | | | | | | | +----------------------------------------------+-----------------------------------------------+----------------+ :navy:`verbosity` ~~~~~~~~~~~~~~~~~ .. container:: .. table:: :class: tight-table :widths: 45 45 15 +----------------------------------------------+-----------------------------------------------+----------------+ | **verbosity** | **Description** | **Example** | +==============================================+===============================================+================+ | **Required**: :red:`True` | Control for logging messages during | 1 | | | regression -- Higher means more messages | | | **Type**: | | | | | | | | **Units**: None | | | | | | | | | | | | | | | | | | | | | | | | | | | +----------------------------------------------+-----------------------------------------------+----------------+