Details
IAE
PerformanceIndex.IAE.iae — Function.iae(error)IAE (Integral Absolute Error) from error vector. Inputs: error -> error vector.
iae(error)IAE (Integral Absolute Error) from vector of error vector. Inputs: error -> vector of error vector.
iae(x, t, desired)IAE (Integral Absolute Error) from error betwwen desired value and controler output. Inputs: x -> controler output vector; t -> time vector; desired -> desired value function.
ISE
PerformanceIndex.ISE.ise — Function.```julia
ise(error)
```
Integral Squared Error (ISE) fromm error vector.
Inputs:
error -> error vector.```julia
ise(error)
```
Integral Squared Error (ISE) from vector of error vector.
Inputs:
error -> vector of error vector.```julia
ise(x, t, desired)
```
Integral Squared Error (ISE) from error betwwen desired value and controler output.
Inputs:
x -> controler output vector;
t -> time vector;
desired -> desired value function.ITAE
PerformanceIndex.ITAE.itae — Function.```julia
itae(error, time)
```
ITAE (Integral of Time-Weighted Absolute Error) from error vector.
Inputs:
error -> error vector.
time -> time vector.```julia
itae(error, time)
```
ITAE (Integral of Time-Weighted Absolute Error) from vector of error vector.
Inputs:
error -> vector of error vector.
time -> time vector.```julia
itae(x, t, desired)
```
ITAE (Integral of Time-Weighted Absolute Error) from error betwwen desired value and controler output.
Inputs:
x -> controler output vector.
t -> time vector.
desired -> desired value function.ITSE
PerformanceIndex.ITSE.itse — Function.```julia
itse(error, time)
```
Integral of Time-Weighted Squared Error (ITSE) fromm error vector.
Inputs:
error -> error vector.
time -> time vector.```julia
itse(error, time)
```
Integral of Time-Weighted Squared Error (ITSE) from vector of error vector.
Inputs:
error -> vector of error vector.
time -> time vector.```julia
itse(x, t, desired)
```
Integral of Time-Weighted Squared Error (ITSE) from error betwwen desired value and controler output.
Inputs:
x -> controler output vector;
t -> time vector;
desired -> desired value function.