mirror of
https://github.com/aportelli/LatAnalyze.git
synced 2025-06-24 01:32:02 +01:00
p-value now 2-sided and added chi^2 CCDF
This commit is contained in:
@ -17,6 +17,7 @@ noinst_PROGRAMS = \
|
||||
exMathInterpreter \
|
||||
exMin \
|
||||
exPlot \
|
||||
exPValue \
|
||||
exRand \
|
||||
exRootFinder
|
||||
|
||||
@ -60,6 +61,10 @@ exPlot_SOURCES = exPlot.cpp
|
||||
exPlot_CXXFLAGS = $(COM_CXXFLAGS)
|
||||
exPlot_LDFLAGS = -L../lib/.libs -lLatAnalyze
|
||||
|
||||
exPValue_SOURCES = exPValue.cpp
|
||||
exPValue_CXXFLAGS = $(COM_CXXFLAGS)
|
||||
exPValue_LDFLAGS = -L../lib/.libs -lLatAnalyze
|
||||
|
||||
exRand_SOURCES = exRand.cpp
|
||||
exRand_CXXFLAGS = $(COM_CXXFLAGS)
|
||||
exRand_LDFLAGS = -L../lib/.libs -lLatAnalyze
|
||||
|
Reference in New Issue
Block a user