get.rawFD.from.regression: Obtaining Regression Object

Description Usage Arguments Value Author(s) See Also

Description

Obtaining and summarizing result of a linear regression of the log-log plot, object of class FDloglog.

Usage

1
2
3
4
get.rawFD.from.regression(x, y, leaveout = 0)

## S3 method for class 'FDloglog'
summary(object, ...)

Arguments

x

Values of the x-axis.

y

Values of the y-axis.

leaveout

Number of points (from the beginning of the arrays) to leave out of the regression.

object

Object of class FDloglog.

...

Not used.

Value

Function get.rawFD.from.regression returns an object of class FDloglog with the following components:

alpha, intercept

Slope and intercept of the regression.

x, y

x and y values, including the leaveout.

n

Length of x.

lsq

The least squared of the regression.

Author(s)

Hana Sevcikova

See Also

fd.estimate, fd.estim.method


fractaldim documentation built on Oct. 7, 2021, 9:10 a.m.