Skip to content
Snippets Groups Projects
Commit d411efe5 authored by Fredrik Bagge Carlson's avatar Fredrik Bagge Carlson
Browse files

cleanup

parent 4f1362bd
No related branches found
No related tags found
1 merge request!1Dev
module SystemIdentification module SystemIdentification
if !isdefined(:DEBUG); DEBUG = false; end
export export
Model,LinearModel,NonLinearModel, Model,LinearModel,NonLinearModel,
Network, Network,
...@@ -110,10 +110,12 @@ aic(x,d) = log(sse(x)) + 2d/length(x) ...@@ -110,10 +110,12 @@ aic(x,d) = log(sse(x)) + 2d/length(x)
Base.show(fit::FitStatistics) = println("Fit RMS:$(fit.RMS), FIT:$(fit.FIT), AIC:$(fit.AIC)") Base.show(fit::FitStatistics) = println("Fit RMS:$(fit.RMS), FIT:$(fit.FIT), AIC:$(fit.AIC)")
include("utilities")
include("transfer_functions")
include("idinput")
include("armax.jl") include("armax.jl")
include("kalman.jl") include("kalman.jl")
include("PCA.jl") include("PCA.jl")
# include("kernelPCA.jl") include("cuckooSearch.jl")
include("toeplitz.jl")
end end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment