fit: Fit the model to the data

Description Usage Arguments Value Examples

View source: R/main.R

Description

Fit the model to the data

Usage

1
2
3
4
5
6
7
8
fit(
  cluster_data,
  number_of_clusters,
  nbasis,
  function_data = NULL,
  sequence = NULL,
  use_phi = FALSE
)

Arguments

cluster_data

The matrix containing rows corresponding the curves

number_of_clusters

The number of clusters in the data

nbasis

The number of basis functions

function_data

The data generated from the actual functions

sequence

The sequence used to generate the clusters

Value

The fitted model

Examples

1
fit(cluster_data, number_of_clusters)

jewelltaylor/fdcvi documentation built on May 7, 2020, 12:10 a.m.