Displaying 2 results from an estimated 2 matches for "yerror".
Did you mean:
error
2018 Jan 20
1
Specification: Bi variate minimization problem
...pose that we choose a value P so that.
Any X <= P is understood as belonging to group X while
any Y > P is understood as belonging to group Y.
now any values of X > P or of Y <= P are wrongly understood as belonging to Y nad X effectively.
Hence we have Xerr -- > Sum( X >P) and Yerror --> Sum(Y<=P).
I want to solve this bivariate optimization problem where I want to at the same time minimize the error of X and Y for a given P. Ultimately the target is to optimize the value of P so that the errors of both X and Y are optimized. More specifically, the optimal solution is on...
2018 Jan 20
0
Bi variate minimization problem
...pose that we choose a value P so that.
Any X <= P is understood as belonging to group X while
any Y > P is understood as belonging to group Y.
now any values of X > P or of Y <= P are wrongly understood as belonging to Y nad X effectively.
Hence we have Xerr -- > Sum( X >P) and Yerror --> Sum(Y<=P).
I want to solve this bivariate optimization problem where I want to at the same time minimize the error of X and Y for a given P. Ultimately the target is to optimize the value of P so that the errors of both X and Y are optimized.
Does any1 have some functions in mind that c...