calculate_F: F matrix calculation

Description Usage Arguments Value

View source: R/math_utils.R

Description

Function for calculating the F matrix, described on the thesis. This is the transformed input matrix that depends on the piecewise polinomial expansion Phi and a set of weights w.

Usage

1
calculate_F(Phi, w, d)

Arguments

Phi

Piecewise Polinomail expansion for an input matrix X previosly calculated by calculate_Phi

w

Set of weights for which to calculate F. Numerical matrix of size (N*d)

d

Number of dimentions, this parameter helps to improve efficiency

Value

F matrix


PaoloLuciano/BPWPM documentation built on May 21, 2019, 1:20 p.m.