Zip and Skip Tries
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
plot_genetic.FitLine Class Reference
Inheritance diagram for plot_genetic.FitLine:
Inheritance graph
[legend]
Collaboration diagram for plot_genetic.FitLine:
Collaboration graph
[legend]

Static Public Attributes

float m
 
float b
 
tuple x [int, ...]
 
tuple y [float, ...]
 
float r2
 

Detailed Description

Represents a fitted trend line for log-log plots.

    Stores the parameters of a linear regression on log-transformed data,
    as well as the points to plot and the R² value indicating goodness of fit.

Definition at line 70 of file plot_genetic.py.

Member Data Documentation

◆ b

float plot_genetic.FitLine.b
static

Definition at line 77 of file plot_genetic.py.

◆ m

float plot_genetic.FitLine.m
static

Definition at line 76 of file plot_genetic.py.

◆ r2

float plot_genetic.FitLine.r2
static

Definition at line 80 of file plot_genetic.py.

◆ x

tuple plot_genetic.FitLine.x [int, ...]
static

Definition at line 78 of file plot_genetic.py.

◆ y

tuple plot_genetic.FitLine.y [float, ...]
static

Definition at line 79 of file plot_genetic.py.


The documentation for this class was generated from the following file: