Description
Procedures Related to the Zadeh's Extension Principle for Fuzzy Data.
Description
Procedures for calculation, plotting, and approximation of the outputs for fuzzy numbers (see A.I. Ban, L. Coroianu, P. Grzegorzewski "Fuzzy Numbers: Approximations, Ranking and Applications" (2015)) based on the Zadeh's Extension Principle (see de Barros, L.C., Bassanezi, R.C., Lodwick, W.A. (2017) <doi:10.1007/978-3-662-53324-6_2>).
README.md
ZEP
The goal of ZEP, a library written in R, is to calculate the output for the function, where its argument is given by fuzzy number, with the Zadeh’s Extension Principle. This output can be plotted and approximated using the built-in approximations methods.
Installation
You can install the latest development version of FuzzyResampling with:
library(devtools)
install_github("mroman-ibs/ZEP")
You can install the latest stable version from CRAN with:
install.packages("ZEP")