Курсовая работа: Фoрмування мнoжини oптимальних рiшень за критерiєм Байєcа–Лаплаcа при екcпoненцiйнo рoзпoдiлених даних
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
/// <summary>
/// The main entry point for the application.
/// </summary>
[STAThread]
static void Main()
{
Application.Run(new Form1());
}
private void button1_Click(object sender, System.EventArgs e)
{
bl.lambda = Convert.ToDouble(numericUpDown1.Value);
//bl.delta = Convert.ToDouble(numericUpDown2.Value);
bl.I = Convert.ToInt32(numericUpDown3.Value);
bl.J = Convert.ToInt32(numericUpDown4.Value);
bl.Fill();
//MessageBox.Show("swsds");
bl.Find_v();
bl.Find_max_v();
textBox1.Text = bl.calc;
tChart1.Series[0].Clear();
tChart1.Series[1].Clear();
for (int i = 0; i < bl.I; i++)
{
for (int j = 0; j < bl.J; j++)