public interface FriedmansPopescusH
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<FriedmanPopescusHV3> |
makeFriedmansPopescusH(FrameV3 frame,
java.lang.String[] variables) |
retrofit2.Call<FriedmanPopescusHV3> |
makeFriedmansPopescusH(java.lang.String model_id,
FrameV3 frame,
java.lang.String[] variables,
double h,
java.lang.String _exclude_fields)
Fetch Friedman Popescus H.
|
@FormUrlEncoded @POST(value="/3/FriedmansPopescusH") retrofit2.Call<FriedmanPopescusHV3> makeFriedmansPopescusH(@Field(value="model_id") java.lang.String model_id, @Field(value="frame") FrameV3 frame, @Field(value="variables") java.lang.String[] variables, @Field(value="h") double h, @Field(value="_exclude_fields") java.lang.String _exclude_fields)
model_id - Model id of interestframe - Frame the model has been fitted tovariables - Variables of interesth - Value of H statistic_exclude_fields - Comma-separated list of JSON field paths to exclude from the result, used like:
"/3/Frames?_exclude_fields=frames/frame_id/URL,__meta"@FormUrlEncoded @POST(value="/3/FriedmansPopescusH") retrofit2.Call<FriedmanPopescusHV3> makeFriedmansPopescusH(@Field(value="frame") FrameV3 frame, @Field(value="variables") java.lang.String[] variables)