How to make P. load and MAPE under the FCRBM, AFC-STLF, Bi-Level, MI-ANN. In the coding of the given table,...

Plausible reason for gold-digging ant

How can I give a Ranger advantage on a check due to Favored Enemy without spoiling the story for the player?

How can find the 2D Voronoi cell area distribution?

Is the fingering of thirds flexible or do I have to follow the rules?

Prevent Nautilus / Nemo from creating .Trash-1000 folder in mounted devices

Where does documentation like business and software requirement spec docs fit in an agile project?

How to not let the Identify spell spoil everything?

Is it possible to detect 100% of SQLi with a simple regex?

How much light is too much?

How to change a .eps figure to standalone class?

Taking an academic pseudonym?

Create linguistic diagram (in TikZ?)

How to align the top of the text with the top of a figure produced by tikz in minipage

Writing dialogues for characters whose first language is not English

Is Screenshot Time-tracking Common?

Is the percentage symbol a constant?

Coworker asking me to not bring cakes due to self control issue. What should I do?

Is .NET Framework 3.5 still needed with a SQL Server 2017 installation to utilize Database Mail?

Other than edits for international editions, did Harry Potter and the Philosopher's Stone receive errata?

How to extract specific values/fields from the text file?

Boss asked me to sign a resignation paper without a date on it along with my new contract

Why is Shelob considered evil?

Is there any danger of my neighbor having my wife's signature?

What does an unprocessed RAW file look like?



How to make P. load and MAPE under the FCRBM, AFC-STLF, Bi-Level, MI-ANN. In the coding of the given table, Please help me in this regard


How to make this table?How to make this table automatically?Please Help to prepare the following tableI can't seem to solve this Table align error. Please helpWould like to have a table like this: Any help pleaseHow to make this table better looking?Help with code for this table?This is my code for Table but it goes off to the page :( please helphow to make this tablePlease help me to fit this table













1















documentclass[journal]{IEEEtran}
hyphenation{Smart Grid}
usepackage[classicReIm]{kpfonts}
usepackage{siunitx,booktabs}
begin{document}
begin{table*}
centering

caption{Analysis}
label{tab:M_CPE}

setlength{tabcolsep}{0pt}
begin{tabular*}{textwidth}{
@{extracolsep{fill}}
S[table-format=2.0]
*{10}{S[table-format=1.2]}
@{}
}
toprule
& multicolumn{9}{c}{Proposed and existing forecast models} \
cmidrule{3-10}
{Hours} &
{Target} &
multicolumn{2}{c}{FCRBM} &
multicolumn{2}{c}{AFC-STLF} &
multicolumn{2}{c}{Bi-level} &
multicolumn{2}{c}{MI-ANN} \
cmidrule{3-4}cmidrule{5-6}cmidrule{7-8}cmidrule{9-10}
& {P.load(kW)} & {MAPE(%)}
& {P.load (kW)} & {MAPE(%)}
& {P.load (kW)} & {MAPE(%)}
& {P.load(kW)} & {MAPE(%)} \
midrule

1 & 1.10 & 1.03 & 0.78 & 2.13 & 1.46 & 0.78 & 2.27 & 1.30 & 0.73 \
2 & 1.44 & 0.95 & 0.67 & 2.17 & 1.47 & 0.60 & 2.15 & 1.45 & 0.48 \
midrule
{Avg.} & 1.10 & 1.03& 0.79 & 2.20 & 1.25 & 0.65 & 2.10 & 1.35 & 0.60 \
bottomrule
end{tabular*}
end{table*}
end{document}









share|improve this question




















  • 1





    You're missing a & in front of the first {P.load (kW)}.

    – egreg
    2 days ago











  • Respected @ egreg, I have used and in front of {P.load (kW)}. But the problem is that {P.load (kW)} comes under the target column and I want to make {P.load(kW)} & {MAPE(%)} Under FCRBM, AFC-STLF, Bi-Level, MI-ANN. Please help me in this regard. I will be very thankful to you.

    – Ghulam Hafeez
    7 hours ago











  • There must be two & tokens before the first {P.load (kW)}: one is there, you're missing another one.

    – egreg
    1 hour ago
















1















documentclass[journal]{IEEEtran}
hyphenation{Smart Grid}
usepackage[classicReIm]{kpfonts}
usepackage{siunitx,booktabs}
begin{document}
begin{table*}
centering

caption{Analysis}
label{tab:M_CPE}

setlength{tabcolsep}{0pt}
begin{tabular*}{textwidth}{
@{extracolsep{fill}}
S[table-format=2.0]
*{10}{S[table-format=1.2]}
@{}
}
toprule
& multicolumn{9}{c}{Proposed and existing forecast models} \
cmidrule{3-10}
{Hours} &
{Target} &
multicolumn{2}{c}{FCRBM} &
multicolumn{2}{c}{AFC-STLF} &
multicolumn{2}{c}{Bi-level} &
multicolumn{2}{c}{MI-ANN} \
cmidrule{3-4}cmidrule{5-6}cmidrule{7-8}cmidrule{9-10}
& {P.load(kW)} & {MAPE(%)}
& {P.load (kW)} & {MAPE(%)}
& {P.load (kW)} & {MAPE(%)}
& {P.load(kW)} & {MAPE(%)} \
midrule

1 & 1.10 & 1.03 & 0.78 & 2.13 & 1.46 & 0.78 & 2.27 & 1.30 & 0.73 \
2 & 1.44 & 0.95 & 0.67 & 2.17 & 1.47 & 0.60 & 2.15 & 1.45 & 0.48 \
midrule
{Avg.} & 1.10 & 1.03& 0.79 & 2.20 & 1.25 & 0.65 & 2.10 & 1.35 & 0.60 \
bottomrule
end{tabular*}
end{table*}
end{document}









share|improve this question




















  • 1





    You're missing a & in front of the first {P.load (kW)}.

    – egreg
    2 days ago











  • Respected @ egreg, I have used and in front of {P.load (kW)}. But the problem is that {P.load (kW)} comes under the target column and I want to make {P.load(kW)} & {MAPE(%)} Under FCRBM, AFC-STLF, Bi-Level, MI-ANN. Please help me in this regard. I will be very thankful to you.

    – Ghulam Hafeez
    7 hours ago











  • There must be two & tokens before the first {P.load (kW)}: one is there, you're missing another one.

    – egreg
    1 hour ago














1












1








1








documentclass[journal]{IEEEtran}
hyphenation{Smart Grid}
usepackage[classicReIm]{kpfonts}
usepackage{siunitx,booktabs}
begin{document}
begin{table*}
centering

caption{Analysis}
label{tab:M_CPE}

setlength{tabcolsep}{0pt}
begin{tabular*}{textwidth}{
@{extracolsep{fill}}
S[table-format=2.0]
*{10}{S[table-format=1.2]}
@{}
}
toprule
& multicolumn{9}{c}{Proposed and existing forecast models} \
cmidrule{3-10}
{Hours} &
{Target} &
multicolumn{2}{c}{FCRBM} &
multicolumn{2}{c}{AFC-STLF} &
multicolumn{2}{c}{Bi-level} &
multicolumn{2}{c}{MI-ANN} \
cmidrule{3-4}cmidrule{5-6}cmidrule{7-8}cmidrule{9-10}
& {P.load(kW)} & {MAPE(%)}
& {P.load (kW)} & {MAPE(%)}
& {P.load (kW)} & {MAPE(%)}
& {P.load(kW)} & {MAPE(%)} \
midrule

1 & 1.10 & 1.03 & 0.78 & 2.13 & 1.46 & 0.78 & 2.27 & 1.30 & 0.73 \
2 & 1.44 & 0.95 & 0.67 & 2.17 & 1.47 & 0.60 & 2.15 & 1.45 & 0.48 \
midrule
{Avg.} & 1.10 & 1.03& 0.79 & 2.20 & 1.25 & 0.65 & 2.10 & 1.35 & 0.60 \
bottomrule
end{tabular*}
end{table*}
end{document}









share|improve this question
















documentclass[journal]{IEEEtran}
hyphenation{Smart Grid}
usepackage[classicReIm]{kpfonts}
usepackage{siunitx,booktabs}
begin{document}
begin{table*}
centering

caption{Analysis}
label{tab:M_CPE}

setlength{tabcolsep}{0pt}
begin{tabular*}{textwidth}{
@{extracolsep{fill}}
S[table-format=2.0]
*{10}{S[table-format=1.2]}
@{}
}
toprule
& multicolumn{9}{c}{Proposed and existing forecast models} \
cmidrule{3-10}
{Hours} &
{Target} &
multicolumn{2}{c}{FCRBM} &
multicolumn{2}{c}{AFC-STLF} &
multicolumn{2}{c}{Bi-level} &
multicolumn{2}{c}{MI-ANN} \
cmidrule{3-4}cmidrule{5-6}cmidrule{7-8}cmidrule{9-10}
& {P.load(kW)} & {MAPE(%)}
& {P.load (kW)} & {MAPE(%)}
& {P.load (kW)} & {MAPE(%)}
& {P.load(kW)} & {MAPE(%)} \
midrule

1 & 1.10 & 1.03 & 0.78 & 2.13 & 1.46 & 0.78 & 2.27 & 1.30 & 0.73 \
2 & 1.44 & 0.95 & 0.67 & 2.17 & 1.47 & 0.60 & 2.15 & 1.45 & 0.48 \
midrule
{Avg.} & 1.10 & 1.03& 0.79 & 2.20 & 1.25 & 0.65 & 2.10 & 1.35 & 0.60 \
bottomrule
end{tabular*}
end{table*}
end{document}






tables






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 2 days ago









leandriis

9,1471530




9,1471530










asked 2 days ago









Ghulam HafeezGhulam Hafeez

212




212








  • 1





    You're missing a & in front of the first {P.load (kW)}.

    – egreg
    2 days ago











  • Respected @ egreg, I have used and in front of {P.load (kW)}. But the problem is that {P.load (kW)} comes under the target column and I want to make {P.load(kW)} & {MAPE(%)} Under FCRBM, AFC-STLF, Bi-Level, MI-ANN. Please help me in this regard. I will be very thankful to you.

    – Ghulam Hafeez
    7 hours ago











  • There must be two & tokens before the first {P.load (kW)}: one is there, you're missing another one.

    – egreg
    1 hour ago














  • 1





    You're missing a & in front of the first {P.load (kW)}.

    – egreg
    2 days ago











  • Respected @ egreg, I have used and in front of {P.load (kW)}. But the problem is that {P.load (kW)} comes under the target column and I want to make {P.load(kW)} & {MAPE(%)} Under FCRBM, AFC-STLF, Bi-Level, MI-ANN. Please help me in this regard. I will be very thankful to you.

    – Ghulam Hafeez
    7 hours ago











  • There must be two & tokens before the first {P.load (kW)}: one is there, you're missing another one.

    – egreg
    1 hour ago








1




1





You're missing a & in front of the first {P.load (kW)}.

– egreg
2 days ago





You're missing a & in front of the first {P.load (kW)}.

– egreg
2 days ago













Respected @ egreg, I have used and in front of {P.load (kW)}. But the problem is that {P.load (kW)} comes under the target column and I want to make {P.load(kW)} & {MAPE(%)} Under FCRBM, AFC-STLF, Bi-Level, MI-ANN. Please help me in this regard. I will be very thankful to you.

– Ghulam Hafeez
7 hours ago





Respected @ egreg, I have used and in front of {P.load (kW)}. But the problem is that {P.load (kW)} comes under the target column and I want to make {P.load(kW)} & {MAPE(%)} Under FCRBM, AFC-STLF, Bi-Level, MI-ANN. Please help me in this regard. I will be very thankful to you.

– Ghulam Hafeez
7 hours ago













There must be two & tokens before the first {P.load (kW)}: one is there, you're missing another one.

– egreg
1 hour ago





There must be two & tokens before the first {P.load (kW)}: one is there, you're missing another one.

– egreg
1 hour ago










1 Answer
1






active

oldest

votes


















1














There should be two empty cells in the table's third row, but you're inserting just one.



Also the columns are ten, rather than eleven as you set.



I changed (kW) into the proper (si{kilowatt}).



documentclass[journal]{IEEEtran}

usepackage[classicReIm]{kpfonts}
usepackage{siunitx,booktabs}

begin{document}

begin{table*}
centering

caption{Analysis}
label{tab:M_CPE}

setlength{tabcolsep}{0pt}
begin{tabular*}{textwidth}{
@{extracolsep{fill}}
S[table-format=2.0]
*{9}{S[table-format=1.2]} % 9, not 10
@{}
}
toprule
& multicolumn{9}{c}{Proposed and existing forecast models} \
cmidrule{3-10}
{Hours} &
{Target} &
multicolumn{2}{c}{FCRBM} &
multicolumn{2}{c}{AFC-STLF} &
multicolumn{2}{c}{Bi-level} &
multicolumn{2}{c}{MI-ANN} \
cmidrule{3-4}cmidrule{5-6}cmidrule{7-8}cmidrule{9-10}
& % <---- this was missing
& {P.load (si{kilowatt})} & {MAPE (%)}
& {P.load (si{kilowatt})} & {MAPE (%)}
& {P.load (si{kilowatt})} & {MAPE (%)}
& {P.load (si{kilowatt})} & {MAPE (%)} \
midrule

1 & 1.10 & 1.03 & 0.78 & 2.13 & 1.46 & 0.78 & 2.27 & 1.30 & 0.73 \
2 & 1.44 & 0.95 & 0.67 & 2.17 & 1.47 & 0.60 & 2.15 & 1.45 & 0.48 \
midrule
{Avg.} & 1.10 & 1.03& 0.79 & 2.20 & 1.25 & 0.65 & 2.10 & 1.35 & 0.60 \
bottomrule
end{tabular*}
end{table*}
end{document}


By the way, hyphenation{Smart Grid} does nothing at all: the two words don't get hyphenated anyway.



You should consider removing the first row and incorporating it into the caption.



enter image description here






share|improve this answer
























  • Thanks a lot, @egreg. It works perfectly.

    – Ghulam Hafeez
    42 mins ago











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "85"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f476196%2fhow-to-make-p-load-and-mape-under-the-fcrbm-afc-stlf-bi-level-mi-ann-in-the%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









1














There should be two empty cells in the table's third row, but you're inserting just one.



Also the columns are ten, rather than eleven as you set.



I changed (kW) into the proper (si{kilowatt}).



documentclass[journal]{IEEEtran}

usepackage[classicReIm]{kpfonts}
usepackage{siunitx,booktabs}

begin{document}

begin{table*}
centering

caption{Analysis}
label{tab:M_CPE}

setlength{tabcolsep}{0pt}
begin{tabular*}{textwidth}{
@{extracolsep{fill}}
S[table-format=2.0]
*{9}{S[table-format=1.2]} % 9, not 10
@{}
}
toprule
& multicolumn{9}{c}{Proposed and existing forecast models} \
cmidrule{3-10}
{Hours} &
{Target} &
multicolumn{2}{c}{FCRBM} &
multicolumn{2}{c}{AFC-STLF} &
multicolumn{2}{c}{Bi-level} &
multicolumn{2}{c}{MI-ANN} \
cmidrule{3-4}cmidrule{5-6}cmidrule{7-8}cmidrule{9-10}
& % <---- this was missing
& {P.load (si{kilowatt})} & {MAPE (%)}
& {P.load (si{kilowatt})} & {MAPE (%)}
& {P.load (si{kilowatt})} & {MAPE (%)}
& {P.load (si{kilowatt})} & {MAPE (%)} \
midrule

1 & 1.10 & 1.03 & 0.78 & 2.13 & 1.46 & 0.78 & 2.27 & 1.30 & 0.73 \
2 & 1.44 & 0.95 & 0.67 & 2.17 & 1.47 & 0.60 & 2.15 & 1.45 & 0.48 \
midrule
{Avg.} & 1.10 & 1.03& 0.79 & 2.20 & 1.25 & 0.65 & 2.10 & 1.35 & 0.60 \
bottomrule
end{tabular*}
end{table*}
end{document}


By the way, hyphenation{Smart Grid} does nothing at all: the two words don't get hyphenated anyway.



You should consider removing the first row and incorporating it into the caption.



enter image description here






share|improve this answer
























  • Thanks a lot, @egreg. It works perfectly.

    – Ghulam Hafeez
    42 mins ago
















1














There should be two empty cells in the table's third row, but you're inserting just one.



Also the columns are ten, rather than eleven as you set.



I changed (kW) into the proper (si{kilowatt}).



documentclass[journal]{IEEEtran}

usepackage[classicReIm]{kpfonts}
usepackage{siunitx,booktabs}

begin{document}

begin{table*}
centering

caption{Analysis}
label{tab:M_CPE}

setlength{tabcolsep}{0pt}
begin{tabular*}{textwidth}{
@{extracolsep{fill}}
S[table-format=2.0]
*{9}{S[table-format=1.2]} % 9, not 10
@{}
}
toprule
& multicolumn{9}{c}{Proposed and existing forecast models} \
cmidrule{3-10}
{Hours} &
{Target} &
multicolumn{2}{c}{FCRBM} &
multicolumn{2}{c}{AFC-STLF} &
multicolumn{2}{c}{Bi-level} &
multicolumn{2}{c}{MI-ANN} \
cmidrule{3-4}cmidrule{5-6}cmidrule{7-8}cmidrule{9-10}
& % <---- this was missing
& {P.load (si{kilowatt})} & {MAPE (%)}
& {P.load (si{kilowatt})} & {MAPE (%)}
& {P.load (si{kilowatt})} & {MAPE (%)}
& {P.load (si{kilowatt})} & {MAPE (%)} \
midrule

1 & 1.10 & 1.03 & 0.78 & 2.13 & 1.46 & 0.78 & 2.27 & 1.30 & 0.73 \
2 & 1.44 & 0.95 & 0.67 & 2.17 & 1.47 & 0.60 & 2.15 & 1.45 & 0.48 \
midrule
{Avg.} & 1.10 & 1.03& 0.79 & 2.20 & 1.25 & 0.65 & 2.10 & 1.35 & 0.60 \
bottomrule
end{tabular*}
end{table*}
end{document}


By the way, hyphenation{Smart Grid} does nothing at all: the two words don't get hyphenated anyway.



You should consider removing the first row and incorporating it into the caption.



enter image description here






share|improve this answer
























  • Thanks a lot, @egreg. It works perfectly.

    – Ghulam Hafeez
    42 mins ago














1












1








1







There should be two empty cells in the table's third row, but you're inserting just one.



Also the columns are ten, rather than eleven as you set.



I changed (kW) into the proper (si{kilowatt}).



documentclass[journal]{IEEEtran}

usepackage[classicReIm]{kpfonts}
usepackage{siunitx,booktabs}

begin{document}

begin{table*}
centering

caption{Analysis}
label{tab:M_CPE}

setlength{tabcolsep}{0pt}
begin{tabular*}{textwidth}{
@{extracolsep{fill}}
S[table-format=2.0]
*{9}{S[table-format=1.2]} % 9, not 10
@{}
}
toprule
& multicolumn{9}{c}{Proposed and existing forecast models} \
cmidrule{3-10}
{Hours} &
{Target} &
multicolumn{2}{c}{FCRBM} &
multicolumn{2}{c}{AFC-STLF} &
multicolumn{2}{c}{Bi-level} &
multicolumn{2}{c}{MI-ANN} \
cmidrule{3-4}cmidrule{5-6}cmidrule{7-8}cmidrule{9-10}
& % <---- this was missing
& {P.load (si{kilowatt})} & {MAPE (%)}
& {P.load (si{kilowatt})} & {MAPE (%)}
& {P.load (si{kilowatt})} & {MAPE (%)}
& {P.load (si{kilowatt})} & {MAPE (%)} \
midrule

1 & 1.10 & 1.03 & 0.78 & 2.13 & 1.46 & 0.78 & 2.27 & 1.30 & 0.73 \
2 & 1.44 & 0.95 & 0.67 & 2.17 & 1.47 & 0.60 & 2.15 & 1.45 & 0.48 \
midrule
{Avg.} & 1.10 & 1.03& 0.79 & 2.20 & 1.25 & 0.65 & 2.10 & 1.35 & 0.60 \
bottomrule
end{tabular*}
end{table*}
end{document}


By the way, hyphenation{Smart Grid} does nothing at all: the two words don't get hyphenated anyway.



You should consider removing the first row and incorporating it into the caption.



enter image description here






share|improve this answer













There should be two empty cells in the table's third row, but you're inserting just one.



Also the columns are ten, rather than eleven as you set.



I changed (kW) into the proper (si{kilowatt}).



documentclass[journal]{IEEEtran}

usepackage[classicReIm]{kpfonts}
usepackage{siunitx,booktabs}

begin{document}

begin{table*}
centering

caption{Analysis}
label{tab:M_CPE}

setlength{tabcolsep}{0pt}
begin{tabular*}{textwidth}{
@{extracolsep{fill}}
S[table-format=2.0]
*{9}{S[table-format=1.2]} % 9, not 10
@{}
}
toprule
& multicolumn{9}{c}{Proposed and existing forecast models} \
cmidrule{3-10}
{Hours} &
{Target} &
multicolumn{2}{c}{FCRBM} &
multicolumn{2}{c}{AFC-STLF} &
multicolumn{2}{c}{Bi-level} &
multicolumn{2}{c}{MI-ANN} \
cmidrule{3-4}cmidrule{5-6}cmidrule{7-8}cmidrule{9-10}
& % <---- this was missing
& {P.load (si{kilowatt})} & {MAPE (%)}
& {P.load (si{kilowatt})} & {MAPE (%)}
& {P.load (si{kilowatt})} & {MAPE (%)}
& {P.load (si{kilowatt})} & {MAPE (%)} \
midrule

1 & 1.10 & 1.03 & 0.78 & 2.13 & 1.46 & 0.78 & 2.27 & 1.30 & 0.73 \
2 & 1.44 & 0.95 & 0.67 & 2.17 & 1.47 & 0.60 & 2.15 & 1.45 & 0.48 \
midrule
{Avg.} & 1.10 & 1.03& 0.79 & 2.20 & 1.25 & 0.65 & 2.10 & 1.35 & 0.60 \
bottomrule
end{tabular*}
end{table*}
end{document}


By the way, hyphenation{Smart Grid} does nothing at all: the two words don't get hyphenated anyway.



You should consider removing the first row and incorporating it into the caption.



enter image description here







share|improve this answer












share|improve this answer



share|improve this answer










answered 1 hour ago









egregegreg

722k8719153215




722k8719153215













  • Thanks a lot, @egreg. It works perfectly.

    – Ghulam Hafeez
    42 mins ago



















  • Thanks a lot, @egreg. It works perfectly.

    – Ghulam Hafeez
    42 mins ago

















Thanks a lot, @egreg. It works perfectly.

– Ghulam Hafeez
42 mins ago





Thanks a lot, @egreg. It works perfectly.

– Ghulam Hafeez
42 mins ago


















draft saved

draft discarded




















































Thanks for contributing an answer to TeX - LaTeX Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f476196%2fhow-to-make-p-load-and-mape-under-the-fcrbm-afc-stlf-bi-level-mi-ann-in-the%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

IEEEtran - How to include ORCID in TeX/PDF with PdfLatexIs there a standard way to include ORCID in TeX /...

Cicindela nigrior Przypisy | Menu nawigacyjneCicindela varians unicolorManual for the Identification of the...

Glossaries-extra: Adding glossaries package to “Clas­sicTh­e­sis” template by Dr. André Miede v. 4.6 ...