Learn R Programming

AnalyzeTS (version 2.0)

ChenHsu.bin: Bin point valuesin Chen-Hsu model

Description

Calculating bin point values, which devece divide fuzzy sets in Chen-Hsu model.

Usage

ChenHsu.bin(table, n.subset)

Arguments

table
Object table1 from answer of fuzzy.ts1 fuction.
n.subset
A vector contain fuzzy subset number in every old fuzzy set.

Value

A vector contain bin point values.

Examples

Run this code
a<-fuzzy.ts1(lh,type="Chen-Hsu",plot=1)
b<-ChenHsu.bin(a$table1,n.subset=c(1,2,1,1,1))
fuzzy.ts1(lh,type="Chen-Hsu",bin=b,plot=1,trace=1)

Run the code above in your browser using DataLab