Learn R Programming

AnalyzeTS (version 2.2)

GChenHsu.bin: Devide point-bin values in more Chen-Hsu models at the same time

Description

Calculating point-bin values, which devece divide fuzzy sets in more Chen-Hsu models (the result returned form Gfuzzy.ts1(...,type=c(...,"Chen-Hsu"),bin=NULL) function).

Usage

GChenHsu.bin(list, n.subset)

Arguments

list
The information of fuzzy sets in Chen-Hsu models form Gfuzzy.ts1(...,type=c(...,"Chen-Hsu"),bin=NULL) function.
n.subset
A list where each component is a vector containing fuzzy subset number in every old fuzzy set. The each components of n.subset must be compatible with each componets of list.

Value

A list where each components is a vector contain point-bin values for Chen-Hsu models.

Details

GChenHsu.bin function use ChenHsu.bin function to calculate point-bin values in each Chen-Hsu model compatible each components of list.

See Also

Using ChenHsu.bin function in case only a Chen-Hsu model.

Examples

Run this code
#For examples see example(Gfuzzy.ts1)

Run the code above in your browser using DataLab