Friedman_function: Generate Non-Linear Effects Using Friedman Function

View source: R/Friedman_function.R

Friedman_functionR Documentation

Generate Non-Linear Effects Using Friedman Function

Description

This function generates non-linear effects based on the Friedman function.

Usage

Friedman_function(x)

Arguments

x

Matrix. A matrix where only the first 5 columns are used to generate non-linear effects.

Value

Numeric vector. The generated non-linear effects.

Examples

x <- matrix(runif(50), ncol = 5)
y <- f(x)

himelmallick/MimESys documentation built on April 13, 2025, 9:06 p.m.