scoreEquations(R,U,Saturate=>b)
scoreEquations(...,Saturate=>...) is set to true by default. If b is false, saturation is not performed.
Avoiding saturation is only intended for big computations when saturation cannot be computed or the computational time is very high. When Saturate is set to false, scoreEquations might not output the ideal generated by score equations because of the existence of vanishing denominators.
For graphs with only undirected edges, the ideal of score equations is the saturation of the outputted ideal by the determinant of the concentration matrix. In the general case, the ideal of score equations consist of the saturation of the outputted ideal by the product of denominators of the Jacobian matrix.
For example, in the following case the degree of the ideal prior to saturation already gives the right ML-degree:
|
|
|
|
|
|
|
|
The source of this document is in GraphicalModelsMLE.m2:1202:0.