Parameter identification Flashcards
What are the approaches to modelling?
-Law of physics
-data driven approach
How does the data driven approach work?
-Least squares to estimate parameters
-using linear regression
Explain the data driven approach using Hooke’s law
-From experimental data, write each data point in terms of Hooke’s law equation
-Variables and parameters can be grouped into vectors
-
How can experimental results be written in an equation?
y = xø + r
y - collection of measured outputs
x - collection of measured variables
ø - are true parameters
r - collection of measurement error
How can estimated outputs be expressed in an equation?
y = known variable x estimated parameter
What is the residual error?
-error between measured and estimated
-e = measured experimental point - estimated output
Define the cost function
A measure of overall error of all experimental points
- J = 0.5 x ∑(residual of each point)^2
What are ways the fit of a model can be measured?
-Validate with standard inputs
-Visual observation
-Quantative Summary (root mean of error squared)
-Correlation (pmcc)
-R squared
What is the purpose of effective data use?
For a model to be effective, the data must be effective as well
How should experimental data be split?
-fitting data
-validation data
-testing data (largest sector)
What is the approach for designing a Data driven model?
- Specify different possible system structures
* Different order systems
* Different collection of variables - Use fitting data to obtain parameter identification for each
possible structure - Compare each model to Validation data
* Use combination of quality of fitting metrics vs. complexity of
model to choose DD model - Use Test Data to validate DD model over full operational range