• Keine Ergebnisse gefunden

Lösungen / Statistik 2/05

N/A
N/A
Protected

Academic year: 2021

Aktie "Lösungen / Statistik 2/05"

Copied!
8
0
0

Wird geladen.... (Jetzt Volltext ansehen)

Volltext

(1)

Lösungen / Statistik 2/05

Remove@"Global`*"D

1.

Selbststudium

2.

f@x_, y_, z_D:=E ^Hx ^ 2-y ^ 2L+Tan@x-y ^ 3D+1•Log@zD f@4, 6, 2D

€€€€€€€€€1

ã20 + 1

€€€€€€€€€€€€€€€€€€€

Log@2D -Tan@212D

N@%D -15.9282

k=8x®4, y®6, z®2<

8x®4, y®6, z®2<

w=0.02*Abs@D@f@x, y, zD, xD •. kD+

0.03*Abs@D@f@x, y, zD, yD •. kD+0.01*Abs@D@f@x, y, zD, zD •. kD 986.968

-15.928191816576632 +/- 986.9679423798987

3.

Ÿ a

Remove@"Global`ž*"D

<<Statistics`LinearRegression`

m=880, 1<,81, 2<,82, 3<,83, 5<,84, 5<,85, 6<,86, 5<,87, 5<,88, 4<,89, 4<<

880, 1<,81, 2<,82, 3<,83, 5<,84, 5<,85, 6<,86, 5<,87, 5<,88, 4<,89, 4<<

(2)

dPlot=ListPlot@m, PlotStyle®8PointSize@0.03D<D;

2 4 6 8

2 3 4 5 6

Remove@funcD Fit@m,81, x<, xD 2.58182+0.315152 x

fu@x_D:=Fit@m,81, x<, xD fu@xD

2.58182+0.315152 x

Fit@m,81, x<, xD 2.58182+0.315152 x

fu@x_D=Fit@m,81, x<, xD 2.58182+0.315152 x

fu@xD

2.58182+0.315152 x

fPlot=Plot@fu@xD,8x, 0, 9<D;

2 4 6 8

3.5 4 4.5 5

(3)

fPlot=Plot@Evaluate@fu@xDD,8x, 0, 9<D;

2 4 6 8

3.5 4 4.5 5

Show@dPlot, fPlotD;

2 4 6 8

1 2 3 4 5 6

Remove@fu1D

fuq@x_D:=Fit@m,81, x, x ^ 2<, xD fuq@xD

0.763636+1.67879 x-0.151515 x2

Fit@m,81, x, x ^ 2<, xD

0.763636+1.67879 x-0.151515 x2

? fuq Global`fuq

fuq@x_D:=Fit@m,81, x, x2<, xD

(4)

fPlotq=Plot@Evaluate@fuq@xDD,8x,-3, 10<D;

-2 2 4 6 8 10

-1 1 2 3 4 5

So geht es nicht:

Plot@fuq@xD,8x,-3, 10<D;

General::ivar : -3. is not a valid variable.

Mehr…

General::ivar : -3. is not a valid variable.

Mehr…

General::ivar : -3. is not a valid variable.

Mehr…

General::stop : Further output of General::ivar will be suppressed during this calculation.

Mehr…

Plot::plnr : fuq@xD is not a machine-size real number at x = -3..

Mehr…

Plot::plnr : fuq@xD is not a machine-size real number at x = -2.47263.

Mehr…

Plot::plnr : fuq@xD is not a machine-size real number at x = -1.89749.

Mehr…

General::stop : Further output of Plot::plnr will be suppressed during this calculation.

Mehr…

0.2 0.4 0.6 0.8 1

0.2 0.4 0.6 0.8 1

Show@dPlot, fPlot, fPlotqD;

-2 2 4 6 8 10

1 2 3 4 5 6

(5)

Plot@Evaluate@Fit@m,81, x, x ^ 2, x ^ 3<, xDD,8x,-10, 60<D;

-10 10 20 30 40 50 60

-40 -20 20 40 60 80

Ÿ b

m1=Table@8m@@rDD@@2DD, m@@rDD@@1DD<,8r, 1, Length@mD<D

881, 0<,82, 1<,83, 2<,85, 3<,85, 4<,86, 5<,85, 6<,85, 7<,84, 8<,84, 9<<

dPlot1=ListPlot@m1, PlotStyle®8PointSize@0.03D<D;

2 3 4 5 6

2 4 6 8

Remove@funcD Fit@m1,81, x<, xD

-0.227273+1.18182 x

fu1@x_D:=Fit@m,81, x<, xD fu1@xD

2.58182+0.315152 x

Fit@m1,81, x<, xD

-0.227273+1.18182 x

fu1@x_D=Fit@m1,81, x<, xD

-0.227273+1.18182 x

fu1@xD

-0.227273+1.18182 x

(6)

fPlot1=Plot@fu1@xD,8x, 0, 9<D;

2 4 6 8

2 4 6 8 10

fPlot1=Plot@Evaluate@fu1@xDD,8x, 0, 9<D;

2 4 6 8

2 4 6 8 10

Show@dPlot1, fPlot1D;

2 4 6 8

2 4 6 8 10

Remove@fu1D

fuq1@x_D:=Fit@m1,81, x, x ^ 2<, xD fuq1@xD

-5.58166+5.10218 x-0.56742 x2

Fit@m1,81, x, x ^ 2<, xD

-5.58166+5.10218 x-0.56742 x2

(7)

? fuq1 Global`fuq1

fuq1@x_D:=Fit@m1,81, x, x2<, xD

fPlotq1=Plot@Evaluate@fuq1@xDD,8x,-3, 10<D;

-2 2 4 6 8 10

-25 -20 -15 -10 -5 5

Show@dPlot1, fPlot1, fPlotq1D;

-2 2 4 6 8 10

-5 5 10

Ÿ c

m11=Table@m@@rDD@@1DD,8r, 1, Length@mD<D 80, 1, 2, 3, 4, 5, 6, 7, 8, 9<

m22=Table@m@@rDD@@2DD,8r, 1, Length@mD<D 81, 2, 3, 5, 5, 6, 5, 5, 4, 4<

<<Statistics`DescriptiveStatistics`

sxx=1• HLength@mD-1LSum@Hm11@@kDD-Mean@m11DL^ 2,8k, 1, Length@mD<D

€€€€€€€55 6

syy=1• HLength@mD-1LSum@Hm22@@kDD-Mean@m22DL^ 2,8k, 1, Length@mD<D

€€€€€€€22 9

(8)

sxy=1• HLength@mD-1L

Sum@Hm11@@kDD-Mean@m11DL Hm22@@kDD-Mean@m22DL,8k, 1, Length@mD<D

€€€€€€€26 9

r=sxy•Sqrt@sxx syyD

€€€€€€€€€€€€€€€€€€€€26 11•!!!!!!!15 r••N 0.610288

Referenzen

ÄHNLICHE DOKUMENTE

Si un individuo A consume un determinado resultado productivo, y la unidad de servicio de dicho resultado coincide con su unidad de consumo, no quedarían unidades de

[r]

[r]

You may need more than MachinePrecision digits of working precision to meet

General::stop : Further output of Power::infy will be suppressed during

General::stop : Further output of Power::infy will be suppressed during

General::stop : Further output of Inverse::sing will be suppressed during this

Since smooth complex projective varieties of general type, given dimension and bounded volume form a birationally bounded family [11, 30, 31], Theorem 1 implies the