{
"modelTypes": [
"string"
],
"proId": 1,
"p": "string",
"pi": "string"
}
curl --location --request POST 'http://192.168.11.46:13000/fp/fpModelComparisonAnalysis/comparisonAnalysis' \
--header 'Content-Type: application/json' \
--data-raw '{
"modelTypes": [
"string"
],
"proId": 1,
"p": "string",
"pi": "string"
}'
[
{
"p": 0,
"pi": "string",
"predict": [
[
"string",
0
]
],
"original": [
[
"string",
0
]
],
"modelFitted": [
[
0
]
],
"modelRsquared": 0,
"modelStd": 0,
"modelVariable": [
[
0
]
],
"modelResidual": [
[
0
]
],
"historyMaxValue": 0,
"historyMinValue": 0,
"twoRMSE": 0,
"threeRMSE": 0,
"predictionStatus": [
[
"string"
]
],
"modelRSS": 0
}
]