Leonard Mada wrote:
Mind if I ask, in which file is the CORREL function defined?
Tests are still useful to see where the algorithm fails (and purportedly, the new algorithm should be correct). Extensive test cases are always welcome.

sc/source/core/tool/interpr3.cxx, method ScInterpreter::ScCorrel.

I also suggest that one of the developers sits down for half an hour and writes a TEXT file containing:
- statistical function name
- source file where it is defined
- it would be of great help for others not knowing the OOo source code well, where to look for

Find the function name in sc/source/core/src/compiler.src, the corresponding OpCode value in sc/inc/opcode.hxx, and look in ScInterpreter::Interpret (sc/source/core/tool/interpr4.cxx) which method is called for the OpCode. Add-In functions are separate, but that's how you can find any built-in function's implementation.

Niklas

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to