Skip to content

This package contains functions that provide a greedy functional quantization and also the optimal grid.

Notifications You must be signed in to change notification settings

elamrireda/FunctQuant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FunctQuant R Package

Reda El Amri 2018-02-27

Description

This package contains functions that provide a greedy functional quantization and also the optimal grid (see my paper for more details https://link.springer.com/article/10.1007/s11222-019-09888-8).

R funtions

Data-driven functional quantization with different approaches

data <- t(BM(N = 200 - 1, M = 300))
size <- 3
quant <- CVT(data,size,iter=22)

mKL <- 2
quant <- StochGradient(data,mKL,size)

quant <- GFQ(data,mKL,size,method="maximin",deepstart=TRUE)

quant <- GFQ(data,mKL,size,method="L2",deepstart=TRUE)

About

This package contains functions that provide a greedy functional quantization and also the optimal grid.

Topics

Resources

Stars

Watchers

Forks

Languages