#------------------------------------------#
#
# Simula example useful only for the 
#
# exemplifications presented in the article
#
#------------------------------------------#


# ----- Basic, but not essential, options ----- #

Title = '-:)|- |-:)|- |-:)| / Simple Example for the article \ -:)|- |-:)|- |-:)|'

# Model: 1 Uniform; 6 Linear; 11 New Uniform; 16 New Linear (default)
Model = 1; 6; 11; 16

# Name file output #
Output = 2.Metho.SimulaExample.xlsx


# ----- Essential Data ----- #

# Measurement presence (necessary data)
8;  20; 12; 30; 50; 70; 90

# Stylized presence (not really necessary data)
0;  6; 8; 30; 60; 90; 100

# Sample (N) (necessary data)
110;80;60;250;100;300;100


# ------ Other options ----- #

# Calibrating additional values
AddStyVal = 6.5; 16.5; 37.5; 55; 62.5; 75.0; 85.0; 95

#AreaCalibra, insert area delimitation lines (default 0 No, 1 Yes).
CalibraArea = 1

# CdFCum, graphs with retro-cumulate Cdf (default 0 No, 1 Yes)
CdFCum = 0

# GyMax, value Max ordinate (y = f(x))
FyMax = 2.5

#StepData = improve the definition in the presentation of charts.
StepData = 5
