Is your feature request related to a problem? Please describe.
The state names of an Estimator does not indicate which variables are health and which are transient states.
Describe the solution you'd like
A attribute like state_names, but also indicates which comes from where.
Describe alternatives you've considered
Implementing in my application, which means I'll end up implementing it multiple places.
Additional context
This is for the services demo.
Is your feature request related to a problem? Please describe.
The state names of an Estimator does not indicate which variables are health and which are transient states.
Describe the solution you'd like
A attribute like
state_names, but also indicates which comes from where.Describe alternatives you've considered
Implementing in my application, which means I'll end up implementing it multiple places.
Additional context
This is for the services demo.