Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X
I have a regressive function Y[k and i need to express it as a matrix. Ultimately, I need to smooth it and make it a continuous function using either linear interpolation or splines.
Note that the regressive function is expressed using subscripts, y[k.
I'm using Mathcad Prime
Solved! Go to Solution.
Note that the regressive function is expressed using subscripts, y[k.
Then its not a function but rather a vector of values!?
Its not clear to me what you are looking for.
How about posting a example worksheet?
Werner,
I'm trying to convert a regressive function y[k to a smoothe function that can be readily differentiated.
Please see the attachment.
Thanks,
Glen
This works! Thanks!
Hi perhaps answer can be found on these help locations:
Regression
Interpolation and Prediction Functions
Beyond this you may need to expand the question
Because your recursively defined series follows a linear recursion, we can always find the direct general formula for computing the nth term as a function of n,
So there is no need for interpolation or approximation via a regression.
Don't let the imaginary unit confuse you, the returned function values are real 😉
Thanks!