search for: keon

Displaying 2 results from an estimated 2 matches for "keon".

Did you mean: ken
2016 Nov 08
1
[PATCH] Remove SILK_DEBUG
This set of patches removes the SILK_DEBUG define on Win32, fixing link errors on opus_demo against the DLL targets. Please review. Green on https://ci.appveyor.com/project/rillian/opus-aqrth/build/1.0.4 Thanks to Ricardo Constantino for help with the patches. -r -------------- next part --------------
2009 Mar 23
1
Iterative Proportional Fitting, use
Hi list, I would like to normalize a matrix (two actually for comparison) using iterative proportional fitting. Using ipf() would be the easiest way to do this, however I can't get my head around the use of the function. More specifically, the margins settings... for a matrix: mat <- matrix(c(65,4,22,24,6,81,5,8,0,11,85,19,4,7,3,90),4,4) using fit <-