Zip and Skip Tries
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
plot_synthetic.FitLine Class Reference
Inheritance diagram for plot_synthetic.FitLine:
Inheritance graph
[legend]
Collaboration diagram for plot_synthetic.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 89 of file plot_synthetic.py.

Member Data Documentation

◆ b

float plot_synthetic.FitLine.b
static

Definition at line 97 of file plot_synthetic.py.

◆ m

float plot_synthetic.FitLine.m
static

Definition at line 96 of file plot_synthetic.py.

◆ r2

float plot_synthetic.FitLine.r2
static

Definition at line 100 of file plot_synthetic.py.

◆ x

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

Definition at line 98 of file plot_synthetic.py.

◆ y

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

Definition at line 99 of file plot_synthetic.py.


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