Class WorkbookFunctionsChiSq_Inv_RTParameterSet

java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsChiSq_Inv_RTParameterSet

public class WorkbookFunctionsChiSq_Inv_RTParameterSet extends Object
The class for the Workbook Functions Chi Sq_Inv_RTParameter Set.
  • Field Details

    • probability

      @SerializedName(value="probability", alternate="Probability") @Expose @Nullable public com.google.gson.JsonElement probability
      The probability.
    • degFreedom

      @SerializedName(value="degFreedom", alternate="DegFreedom") @Expose @Nullable public com.google.gson.JsonElement degFreedom
      The deg Freedom.
  • Constructor Details

    • WorkbookFunctionsChiSq_Inv_RTParameterSet

      public WorkbookFunctionsChiSq_Inv_RTParameterSet()
      Instiaciates a new WorkbookFunctionsChiSq_Inv_RTParameterSet
    • WorkbookFunctionsChiSq_Inv_RTParameterSet

      protected WorkbookFunctionsChiSq_Inv_RTParameterSet(@Nonnull WorkbookFunctionsChiSq_Inv_RTParameterSet.WorkbookFunctionsChiSq_Inv_RTParameterSetBuilder builder)
      Instiaciates a new WorkbookFunctionsChiSq_Inv_RTParameterSet
      Parameters:
      builder - builder bearing the parameters to initialize from
  • Method Details