R
RichC
I have a series of data that I need to develop a linear relationshi
for.
A1*X+B1*Y=C1
A2*X+B2*Y=C2
A3*X+B3*Y=C3
....
....
....
AN*X+B3*Y=CN
AN, BN and CN are all known. However, there does not exist an exac
solution for X and Y (this is from statistical data).
I'm just looking for an approximation for X and Y. The data is ver
rough, and a linear relationship probably isn't the best fit (r-square
values of 0.226). However, I need to figure out a way to force a fi
in there, regardless of how mess it is
for.
A1*X+B1*Y=C1
A2*X+B2*Y=C2
A3*X+B3*Y=C3
....
....
....
AN*X+B3*Y=CN
AN, BN and CN are all known. However, there does not exist an exac
solution for X and Y (this is from statistical data).
I'm just looking for an approximation for X and Y. The data is ver
rough, and a linear relationship probably isn't the best fit (r-square
values of 0.226). However, I need to figure out a way to force a fi
in there, regardless of how mess it is