how do i tell my wife i cheated?

You are viewing a single comment's thread.

← View full post
Comments ( 1 ) Sort: best | oldest
  • Well, you've made a bit of a mean error and MSE = 1/n Σ(ei²), where ei = Fi - Di. I guess there's some distance between you. R code:

    > dwe <- function(x) {
    > y=x[!is.na(x)];a=y;b=y
    > p=outer(b, a, function(b, a) abs((b-a)))
    > n=colSums(p)/length(y)
    > w=1/n
    > sum(y*w)/sum(w)
    > }

    Logic table comes out with the binary bit "1" which in boolean algebra means "True" so I guess the answer we have devised here is that you have to tell her the truth.

    Comment Hidden ( show )