Model
            
            
            
            
            Creates a model term that represents the difference
            between two terms.
            
Definition
Namespace: Extreme.DataAnalysis.Models
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
    C#
    
 
 
A model term that represents the terms in left that are not present in right.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public static ModelTerm Model(
	ModelTerm left,
	ModelTerm right
)Parameters
Return Value
ModelTermA model term that represents the terms in left that are not present in right.