jdplus.dfm.base.core.DfmEstimates Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jdplus-dfm-base-core Show documentation
Show all versions of jdplus-dfm-base-core Show documentation
${project.parent.artifactId} - ${project.artifactId}
The newest version!
/*
* Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
* Click nbfs://nbhost/SystemFileSystem/Templates/Classes/Class.java to edit this template
*/
package jdplus.dfm.base.core;
import jdplus.toolkit.base.api.information.GenericExplorable;
import jdplus.toolkit.base.api.math.matrices.Matrix;
/**
*
* @author LEMASSO
*/
@lombok.Value
@lombok.Builder(builderClassName="Builder")
public class DfmEstimates implements GenericExplorable {
private DynamicFactorModel dfm;
private double ll;
private Matrix hessian;
private double[] gradient;
private boolean hasConverged;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy