Commit 9207d961 authored by ale's avatar ale

bug in pvalue

parent 9213d62f
......@@ -1670,9 +1670,9 @@ end
function pvalue(chisq::Function,
chi2::Float64,
xp::Vector{Float64},
data::Vector{uwreal};
data::Vector{uwreal},
W::Array{Float64,2};
wpm::Union{Dict{Int64,Vector{Float64}},Dict{String,Vector{Float64}}, Nothing} = Dict{Int64,Vector{Float64}}(),
W::Array{Float64,2},
nmc::Int64 = 5000)
n = length(xp) # Number of fit parameters
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment