-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDissertation.bbl
More file actions
1105 lines (927 loc) · 46.7 KB
/
Copy pathDissertation.bbl
File metadata and controls
1105 lines (927 loc) · 46.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
\begin{thebibliography}{}
\bibitem[Affleck \& Gregoire, 2015]{affleck_2015}
Affleck, D. L.~R. \& Gregoire, T.~G. (2015).
\newblock Generalized and synthetic regression estimators for randomized branch
sampling.
\newblock {\em Forestry}, 88(5), 599--611.
\bibitem[Agostini et~al., 2006]{agostini_2006}
Agostini, F.~P., Soares-Pinto, D. D.~O., Moret, M.~A., Osthoff, C., \&
Pascutti, P.~G. (2006).
\newblock Generalized simulated annealing applied to protein folding studies.
\newblock {\em Journal of computational chemistry}, 27(11), 1142--1155.
\bibitem[Akaike, 1981]{akaike_1981}
Akaike, H. (1981).
\newblock Likelihood of a model and information criteria.
\newblock {\em Journal of Econometrics}, 16, 3--14.
\bibitem[Albert et~al., 2014]{albert_2014}
Albert, K., Annighöfer, P., Schumacher, J., \& Ammer, C. (2014).
\newblock Biomass equations for seven different tree species growing in
coppice-with-standards forests in {Central} {Germany}.
\newblock {\em Scandinavian Journal of Forest Research}, 29(3), 210--221.
\bibitem[Alberti et~al., 2005]{alberti_2005}
Alberti, G., Candido, P., Peressotti, A., Turco, S., Piussi, P., \& Zerbi, G.
(2005).
\newblock Aboveground biomass relationships for mixed ash ({Fraxinus} excelsior
{L}. and {Ulmus} glabra {Hudson}) stands in {Eastern} {Prealps} of {Friuli}
{Venezia} {Giulia} ({Italy}).
\newblock {\em Annals of Forest Science}, 62(8), 831--836.
\bibitem[Altherr et~al., 1978]{altherr_1978}
Altherr, E., Unfried, P., \& Hrahetzky, V. (1978).
\newblock {\em Statistische {Rindenbeziehungen} als {Hilfsmittel} zur
{Ausformung} und {Ausmessung} unentrindeten {Stammholzes}}, volume~90 of {\em
Mitteilungen der {Forstlichen} {Versuchs}- und {Forschungsanstalt}
{Baden}-{Würtemberg}}.
\newblock FVA Baden Württemberg.
\bibitem[Auer et~al., 2016]{auer_2016}
Auer, V., Zscheile, M., Engler, B., Haller, P., Hartig, J., Wehnsener, J.,
Husmann, K., Erler, J., Thole, V., Schulz, T., Hesse, E., Rüther, N., \&
Himsel, A. (2016).
\newblock {BIOECONOMY} {CLUSTER}: resource efficient creation of value from
beech wood to bio-based building materials.
\newblock In J. Eberhardsteiner, W. Winter, A. Fadai, \& M. Pöll (Eds.), {\em
World {Conference} on {Timber} {Engineering} ({WCTE} 2016)}. Wien: TU Wien.
\bibitem[Augusto et~al., 2000]{augusto_2000}
Augusto, L., Ranger, J., Ponette, Q., \& Rapp, M. (2000).
\newblock Relationships between forest tree species, stand production and stand
nutrient amount.
\newblock {\em Annals of Forest Science}, 57(4), 12.
\bibitem[Barton, 2016]{barton_2016}
Barton, K. (2016).
\newblock {MuMIn}: {Multi}-{Model} {Inference}.
\bibitem[Baskent \& Jordan, 2002]{baskent_2002}
Baskent, E.~Z. \& Jordan, G.~A. (2002).
\newblock Forest landscape management modeling using simulated annealing.
\newblock {\em Forest Ecology and Management}, 165(1), 29--45.
\bibitem[Baskerville, 1972]{baskerville_1972}
Baskerville, G. (1972).
\newblock Use of logarithmic regression in the estimation of plant biomass.
\newblock {\em Canadian Journal of Forest Research}, 2(1), 49--53.
\bibitem[Bitz, 2005]{bitz_2005}
Bitz, M. (2005).
\newblock {\em Vahlens {Kompendium} der {Betriebswirtschaftslehre}}, volume~2.
\newblock Munich: Vahlen, 5 edition.
\bibitem[Block et~al., 2013]{block_2013}
Block, J., Meiwes, K.~J., Bachmann, G., König, W., \& Utermann, J. (2013).
\newblock Erhaltung der {Produktivität} der {Waldböden} bei der {Holz}- und
{Biomassenutzung}.
\newblock In {\em Bodenschutz - {Ergänzbares} {Handbuch} der {Maßnahmen} und
{Empfehlungen} für {Schutz}, {Pflege} und {Sanierung} von {Böden},
{Landschaft} und {Grundwasser}}, volume 1. Lfg. /13 (pp.\ 1-- 50).
\bibitem[Blum \& Roli, 2003]{blum_2003}
Blum, C. \& Roli, A. (2003).
\newblock Metaheuristics in combinatorial optimization: Overview and conceptual
comparison.
\newblock {\em ACM Computing Surveys (CSUR)}, 35(3), 268--308.
\bibitem[{BMEL}, 2011]{bmel_2011}
{BMEL} (2011).
\newblock {\em Waldstrategie 2020}.
\newblock Bonn: Bundesministerium für Verbraucherschutz, Ernährung und
Landwirtschaft.
\newblock Bundesministerium für Ernährung, Landwirtschaft und
Verbraucherschutz.
\bibitem[{BMEL}, 2014a]{bmel_2014}
{BMEL} (2014a).
\newblock {\em Der {Wald} in {Deutschland} - {Ausgewählte} {Ergebnisse} der
dritten {Bundeswaldinventur}}.
\newblock Berlin: Bundesministerium für Verbraucherschutz, Ernährung und
Landwirtschaft.
\bibitem[{BMEL}, 2014b]{bmel_2014b}
{BMEL} (2014b).
\newblock {\em Nationale {Politikstrategie} {Bioökonomie} - {Nachwachsende}
{Ressourcen} und biotechnologische {Verfahren} als {Basis} für {Ernährung},
{Industrie} und {Energie}}.
\newblock Berlin: Bundesministerium für Ernährung und Landwirtschaft.
\bibitem[{BMEL}, 2016]{bmel_2016}
{BMEL} (2016).
\newblock {\em Wald und {Rohholzpotenzial} der nächsten 40 {Jahre} -
{Ausgewählte} {Ergebnisse} der {Waldentwicklungs}- und
{Holzaufkommensmodellierung} 2013 bis 2052}.
\newblock Berlin.
\newblock Bundesministerium für Ernährung, Landwirtschaft und
Verbraucherschutz.
\bibitem[{BMU}, 2007]{bmu_2007}
{BMU} (2007).
\newblock {\em National {Strategy} on {Biological} {Diversity}}.
\newblock Berlin: Federal Ministry for the Environment, Nature Conservation and
Nuclear Safety.
\bibitem[Bonyad et~al., 2012]{bonyad_2012}
Bonyad, A.~E., Sima, A., Bakhshandeh, A., \& H., D. (2012).
\newblock Evaluation of non-destructive {Meyer} method for determination of
bark volume of beech ({Fagus} orientalis {Lipsky}) in different geographical
aspects.
\newblock {\em Caspian Journal of Environmental Sciences}, 10(1), 67--73.
\bibitem[Boston \& Bettinger, 1999]{boston_1999}
Boston, K. \& Bettinger, P. (1999).
\newblock An analysis of monte carlo integer programming, simulated annealing,
and tabu search heuristics for solving spatial harvest scheduling problems.
\newblock {\em Forest science}, 45(2), 292--301.
\bibitem[Bunce, 1968]{bunce_1968}
Bunce, R. G.~H. (1968).
\newblock Biomass and {Production} of {Trees} in a {Mixed} {Deciduous}
{Woodland}: {I}. {Girth} and {Height} as {Parameters} for the {Estimation} of
{Tree} {Dry} {Weight}.
\newblock {\em Journal of Ecology}, 56(3), 759--775.
\bibitem[Böckmann, 2004]{bockmann_2004}
Böckmann, T. (2004).
\newblock Forsteinrichtung - als {Institution} effektiv und unverzichtbar.
\newblock {\em Allgemeine Forst und Jagdzeitung}, 175, 156--162.
\bibitem[Cancino \& Saborowski, 2005]{cancino_2005}
Cancino, J. \& Saborowski, J. (2005).
\newblock Comparison of randomized branch sampling with and without replacement
at the first stage.
\newblock {\em Silva Fennica}, 39(2), 201--216.
\bibitem[Cardoso et~al., 1997]{cardoso_1997}
Cardoso, M.~F., Salcedo, R., de~Azevedo, S.~F., \& Barbosa, D. (1997).
\newblock A simulated annealing approach to the solution of minlp problems.
\newblock {\em Computers \& chemical engineering}, 21(12), 1349--1364.
\bibitem[Cerny, 1990]{cerny_1990}
Cerny, M. (1990).
\newblock Biomass of {Picea} abies ({L}.) {Karst}. in midwestern {Bohemia}.
\newblock {\em Scandinavian Journal of Forest Research}, 5(1-4), 83--95.
\bibitem[Chambers \& Hastie, 1992]{chambers_1992}
Chambers, J.~M. \& Hastie, T.~J. (1992).
\newblock {\em Statistical models in {S}}.
\newblock Boca Raton, Fla.: Chapman \& Hall/CRC.
\bibitem[Churchman et~al., 1957]{churchman_1957}
Churchman, C.~W., Ackoff, R.~L., \& Arnoff, E.~L. (1957).
\newblock {\em Introduction to operations research}.
\newblock New York, London: John Wiley \& Sons, Inc., Chapman \& Hall, Ltd.,
accessed via
\url{http://archive.org/stream/introductiontoo00chur/introductiontoo00chur_djvu.txt}
on 4 June 2017.
\bibitem[Cienciala et~al., 2005]{cienciala_2005}
Cienciala, E., Apltauer, J., Cerny, M., \& Exnerová, Z. (2005).
\newblock Biomass functions applicable for {European} beech.
\newblock {\em Journal of Forest Science}, 51(4), 147--154.
\bibitem[Clarke \& Wright, 1964]{clarke_1964}
Clarke, G. \& Wright, J.~W. (1964).
\newblock Scheduling of vehicles from a central depot to a number of delivery
points.
\newblock {\em Operations research}, 12(4), 568--581.
\bibitem[Conway et~al., 2016]{conway_2016}
Conway, J., Eddelbuettel, D., Nishiyama, T., Prayaga, S.~K., \& Tiffin, N.
(2016).
\newblock {\em RPostgreSQL: R interface to the PostgreSQL database system}.
\newblock R package version 0.4-1.
\bibitem[Corana et~al., 1987]{corana_1987}
Corana, A., Marchesi, M., Martini, C., \& Ridella, S. (1987).
\newblock Minimizing multimodal functions of continuous variables with the
'simulated annealing' algorithm.
\newblock {\em ACM Trans. Math. Softw.}, 13(3), 262--280.
\bibitem[Dantzig et~al., 1959]{dantzig_1959}
Dantzig, G.~B., Fulkerson, D.~R., \& Johnson, S.~M. (1959).
\newblock On a linear-programming, combinatorial approach to the
traveling-salesman problem.
\newblock {\em Operations Research}, 7(1), 58--66.
\bibitem[Davis et~al., 2001]{davis_2001}
Davis, L.~S., Johnson, K.~N., Bettinger, P., \& Howard, T.~E. (2001).
\newblock {\em Forest {Management}: {To} {Sustain} {Ecological}, {Economic},
and {Social} {Values}}.
\newblock New York: McGraw-Hill Higher Education, 4 edition.
\bibitem[de~Besi \& McCormick, 2015]{debesi_2015}
de~Besi, M. \& McCormick, K. (2015).
\newblock Towards a {Bioeconomy} in {Europe}: {National}, {Regional} and
{Industrial} {Strategies}.
\newblock {\em Sustainability}, 7(8), 10461--10478.
\bibitem[Degenhard, 2016]{degenhard_2016}
Degenhard, M. (2016).
\newblock Holzmarkt - {Schnittholznachfrage} stabilisiert.
\bibitem[DeSarbo et~al., 1989]{desarbo_1989}
DeSarbo, W.~S., Oliver, R.~L., \& Rangaswamy, A. (1989).
\newblock A simulated annealing methodology for clusterwise linear regression.
\newblock {\em Psychometrika}, 54(4), 707--736.
\bibitem[{DESTATIS}, 2016]{destatis_2016}
{DESTATIS} (2016).
\newblock Statistisches {Bundesamt} {Deutschland} - {GENESIS}-{Online}.
\bibitem[DiCiccio \& Efron, 1996]{diciccio_1996}
DiCiccio, T.~J. \& Efron, B. (1996).
\newblock Bootstrap confidence intervals.
\newblock {\em Statistical Science}, 11(3), 189--228.
\bibitem[Dueck \& Scheuer, 1990]{dueck_1990}
Dueck, G. \& Scheuer, T. (1990).
\newblock Threshold accepting: a general purpose optimization algorithm
appearing superior to simulated annealing.
\newblock {\em Journal of computational physics}, 90(1), 161--175.
\bibitem[Eckmüllner, 2006]{eckmullner_2006}
Eckmüllner, O. (2006).
\newblock Allometric relations to estimate needle and branch mass of {Norway}
spruce and {Scots} pine in {Austria}.
\newblock {\em Austrian Journal of Forest Science}, 123(1-2), 7--15.
\bibitem[Eddelbuettel, 2013]{eddelbuettel_2013}
Eddelbuettel, D. (2013).
\newblock {\em Seamless {R} and {C++} Integration with {Rcpp}}.
\newblock New York: Springer.
\newblock ISBN 978-1-4614-6867-7.
\bibitem[Efken et~al., 2012]{efken_2012}
Efken, J., Banse, M., Rothe, A., Dieter, M., Dirksmeyer, W., Ebeling, M.,
Fluck, K., Hansen, H., Kreins, P., Seintsch, B., \& {others} (2012).
\newblock {\em Volkswirtschaftliche {Bedeutung} der biobasierten {Wirtschaft}
in {Deutschland}}.
\newblock Technical report, Arbeitsberichte aus der vTI-Agrarökonomie.
\bibitem[Eisentraut, 2003]{eisentraut_2003}
Eisentraut, P. (2003).
\newblock {\em {PostgreSQL} - das offizielle {Handbuch}}.
\newblock Bonn: REDLINE, 1 edition.
\bibitem[Ekman et~al., 2013]{ekman_2013}
Ekman, A., Campos, M., Lindahl, S., Co, M., Börjesson, P., Karlsson, E.~N., \&
Turner, C. (2013).
\newblock Bioresource utilisation by sustainable technologies in new
value-added biorefinery concepts - two case studies from food and forest
industry.
\newblock {\em Journal of Cleaner Production}, 57, 46--58.
\bibitem[El-Chichakli et~al., 2016]{elchichakli_2016}
El-Chichakli, B., von Braun, J., Lang, C., Barben, D., \& Philp, J. (2016).
\newblock Policy: {Five} cornerstones of a global bioeconomy.
\newblock {\em Nature News}, 535(7611), 221.
\bibitem[{FACG}, 2014]{facg_2014}
{FACG} (2014).
\newblock Shapefile {Germany} with federal states.
\newblock Federal Agency for Cartography and Geodesy.
\bibitem[{FANC}, 2010]{fanc_2010}
{FANC} (2010).
\newblock Map of potential natural vegetation in {Germany}.
\newblock Federal Agency for Nature Conservation.
\bibitem[Fischer \& Husmann, 2016]{fischer_2016}
Fischer, C. \& Husmann, K. (2016).
\newblock Flächen-Übergangsmatrizen als erweiterte {Auswertung} der
{Bundeswaldinventur}: {Darstellung} am {Beispiel} der {Veränderung} der
{Bestockungszusammensetzung} in {Niedersachsen} (under review).
\newblock {\em Allgemeine Forst- und Jagdzeitung}.
\bibitem[Gaffrey \& Saborowski, 1999]{gaffrey_1999}
Gaffrey, D. \& Saborowski, J. (1999).
\newblock {RBS}, ein mehrstufiges {Inventurverfahren} zur {Schätzung} von
{Baummerkmalen} - {I}. {Schätzung} von {Nadel}- und {Asttrockenmassen} bei
66-jährigen {Douglasien}.
\newblock {\em Allgemeine Forst- und Jagdzeitung}, 170. Jg 10-11, 177--183.
\bibitem[Gauer, 2012]{gauer_2012}
Gauer, J. (2012).
\newblock {\em Waldökologische {Naturräume} {Deutschlands} - {Forstliche}
{Wuchsgebiete} und {Wuchsbezirke}}.
\newblock Braunschweig: Thünen Institut.
\bibitem[Geiger \& Kanzow, 1999]{geiger_1999}
Geiger, C. \& Kanzow, C. (1999).
\newblock Das nelder-mead-verfahren.
\newblock {\em Numerische Verfahren zur L{\"o}sung unregestrierter
Optimierungsaufgaben}.
\bibitem[Geldermann et~al., 2016]{geldermann_2016}
Geldermann, J., Kolbe, L.~M., Krause, A., Mai, C., Militz, H., Osburg, V.-S.,
Schöbel, A., Schumann, M., Toporowski, W., \& Westphal, S. (2016).
\newblock Improved resource efficiency and cascading utilisation of renewable
materials.
\newblock {\em Journal of Cleaner Production}, 110, 1--8.
\bibitem[Genest et~al., 2007]{genest_2007}
Genest, C., Quessy, J.-F., \& Remillard, B. (2007).
\newblock Asymptotic local efficiency of cramer-von mises tests for
multivariate independence.
\newblock {\em The Annals of Statistics}.
\bibitem[Genet et~al., 2011]{genet_2011}
Genet, A., Wernsdörfer, H., Jonard, M., Pretzsch, H., Rauch, M., Ponette, Q.,
Nys, C., Legout, A., Ranger, J., Vallet, P., \& Saint-Andre, L. (2011).
\newblock Ontogeny partly explains the apparent heterogeneity of published
biomass equations for {Fagus} sylvatica in central {Europe}.
\newblock {\em Forest Ecology and Management}, 261(7), 1188--1202.
\bibitem[Goffe et~al., 1996]{goffe_1996}
Goffe, W.~L. et~al. (1996).
\newblock Simann: A global optimization algorithm using simulated annealing.
\newblock {\em Studies in Nonlinear Dynamics and Econometrics}, 1(3), 169--176.
\bibitem[Gorry \& Morton, 1971]{gorry_1971}
Gorry, G.~A. \& Morton, M. S.~S. (1971).
\newblock A framework for management information systems.
\newblock In {\em Sloan {Management} {Review}}, volume~13 (pp.\ 21--30).
Massachusetts: Massachusetts Institute of Technology.
\bibitem[Graham, 2003]{graham_2003}
Graham, M.~H. (2003).
\newblock Confronting multicollinearity in ecological multiple regression.
\newblock {\em Ecology}, 84(11), 2809--2815.
\bibitem[Gregoire \& Valentine, 2008]{Gregoire_2008}
Gregoire, T.~G. \& Valentine, H. (2008).
\newblock {\em {Sampling Strategies for Natural Ressources and the
Environment}}.
\newblock Chapman \& Hall/CRC. Boca Raton, London, New York.
\bibitem[Gregoire et~al., 1995]{gregoire_1995}
Gregoire, T.~G., Valentine, H.~T., \& Furnival, G.~M. (1995).
\newblock Sampling {Methods} to {Estimate} {Foliage} and {Other}
{Characteristics} of {Individual} {Trees}.
\newblock {\em Ecology}, 76(4), 1181.
\bibitem[Grote et~al., 2003]{grote_2003}
Grote, R., Schuck, J., Block, J., \& Pretzsch, H. (2003).
\newblock Oberirdische holzige {Biomasse} in {Kiefern}-/{Buchen}- und
{Eichen}-/{Buchen}-{Mischbeständen}.
\newblock {\em Forstwissenschaftliches Centralblatt}, 122(5), 287--301.
\bibitem[Gruber et~al., 2004]{gruber_2004}
Gruber, F., Mann, T.~E., Kuhr, M., \& Eichhorn, J. (2004).
\newblock Kronenwachstum von {Rotbuchen} ({Fagus} sylvatica {L}.) in
{Abhängigkeit} von der {Witterung} auf einem kalkbeeinflussten
{Basaltstandort} {Zierenberg}.
\newblock {\em Allgemein Forst- und Jagdzeitung}, 175, 70--77.
\bibitem[Haarhaus, 2012]{haarhaus_2012}
Haarhaus, M. (2012).
\newblock {\em {AfL}-{Info} 12/13. {Richtpreise}, {Tarife}, {Kalkulationen},
{Adressen}}.
\newblock Wiegersen-Sauensiek.
\bibitem[Hansen et~al., 2008]{hansen_2008}
Hansen, J., Ludwig, A., Spellmann, H., Nagel, J., Möhring, B., von Lüpke, N.,
\& Schmidt-Walter, P. (2008).
\newblock {\em Rohholzpotenziale und ihre {Verfügbarkeit} in {Hessen}}.
\newblock Veröffentlichungen der {NW}-{FVA} und der {Abteilung} für
{Forstökonomie} der {Georg}-{August}-{Universität} {Universität} {Göttingen}.
Göttingen: NW-FVA.
\bibitem[Hansen \& Nagel, 2014]{hansen_2014}
Hansen, J. \& Nagel, J. (2014).
\newblock {\em Waldwachstumskundliche {Softwaresysteme} auf {Basis} von
{TreeGrOSS}-{Anwendung} und theoretische {Grundlagen}}.
\newblock Göttingen: Niedersächsische Staats-und Universitätsbibliothek.
\bibitem[Hansen, 2012]{hansen_2012}
Hansen, J.~H. (2012).
\newblock {\em Modellbasierte Entscheidungsunterstützung für den Forstbetrieb:
Optimierung kurzfristiger Nutzungsoptionen und mittelfristiger Strategien
unter Verwendung metaheuristischer Verfahren und parallelen Rechnens}.
\newblock Göttingen: Cuvillier, 1. aufl. edition.
\bibitem[Hempel \& Oppenheim, 1948]{hempel_1948}
Hempel, C.~G. \& Oppenheim, P. (1948).
\newblock Studies in the {Logic} of {Explanation}.
\newblock {\em Philosophy of Science}, 15(2), 135-- 175.
\bibitem[Henderson et~al., 2012]{henderson_2012}
Henderson, D.~E., Jose, S., \& {others} (2012).
\newblock Nutrient use efficiency of three fast growing hardwood species across
a resource gradient.
\newblock {\em Open Journal of Forestry}, 2(04), 187.
\bibitem[Hennig et~al., 2016]{hennig_2016}
Hennig, C., Brosowski, A., \& Majer, S. (2016).
\newblock Sustainable feedstock potential - a limitation for the bio-based
economy?
\newblock {\em Journal of Cleaner Production}, 123, 200--202.
\bibitem[Henningsen \& Hamann, 2007]{henningsen_2007}
Henningsen, A. \& Hamann, J.~D. (2007).
\newblock systemfit: {A} {Package} for {Estimating} {Systems} of {Simultaneous}
{Equations} in {R}.
\newblock {\em Journal of Statistical Software}, 23(4), 1--40.
\bibitem[Herwartz, 2014]{herwartz_2014}
Herwartz, H. (2014).
\newblock Structural analysis with independent innovations.
\newblock {\em cege Discussion Papers}.
\bibitem[Herwartz \& Pl{\"o}dt, 2015]{herwartz_2015}
Herwartz, H. \& Pl{\"o}dt, M. (2015).
\newblock The macroeconomic effects of oil price shocks: Evidence from a
statistical identification approach.
\newblock {\em Journal of International Money and Finance}.
\bibitem[Hildebrandt et~al., 2014]{hildebrandt_2014}
Hildebrandt, J., Bezama, A., \& Thrän, D. (2014).
\newblock Establishing a robust sustainability index for the assessment of
bioeconomy regions.
\newblock In {\em 2014 {International} {Conference} and {Utility} {Exhibition}
on {Green} {Energy} for {Sustainable} {Development} ({ICUE})} (pp.\ 1--4).
\bibitem[Himmelblau, 1972]{himmelblau_1972}
Himmelblau, D.~M. (1972).
\newblock {\em Applied nonlinear programming}.
\newblock McGraw-Hill Companies.
\bibitem[{HMUKLV}, 2014]{hmuklv_2014}
{HMUKLV} (2014).
\newblock {\em Hessen - {Bäume}, {Wälder}, {Lebensräume} : ausgewählte
{Ergebnisse} der dritten {Bundeswaldinventur} ({BWI} 3) für {Hessen} -
{Deutsche} {Digitale} {Bibliothek}}.
\newblock Wiesbaden: Hessisches Ministerium für Umwelt, Klimaschutz,
Landwirtschaft und Verbraucherschutz.
\bibitem[Hochbichler et~al., 2006]{hochbichler_2006}
Hochbichler, E., Bellos, P., \& Lick, E. (2006).
\newblock Biomass functions for estimating needle and branch biomass of spruce
({Picea} abies) and {Scots} pine ({Pinus} sylvestris) and branch biomass of
beech ({Fagus} sylvatica) and oak ({Quercus} robur and petraea).
\newblock {\em Centralblatt für das gesamte Forstwesen (Austrian Journal of
Forest Sciences)}, 123, 35--46.
\bibitem[Hoganson \& Meyer, 2015]{hoganson_2015}
Hoganson, H.~M. \& Meyer, N.~G. (2015).
\newblock Constrained {Optimization} for {Addressing} {Forest}-{Wide} {Timber}
{Production}.
\newblock {\em Current Forestry Reports}, 1(1), 33--43.
\bibitem[How et~al., 2016]{how_2016}
How, B.~S., Tan, K.~Y., \& Lam, H.~L. (2016).
\newblock Transportation decision tool for optimisation of integrated biomass
flow with vehicle capacity constraints.
\newblock {\em Journal of Cleaner Production}.
\bibitem[Hurmekoski \& Hetemäki, 2013]{hurmekoski_2013}
Hurmekoski, E. \& Hetemäki, L. (2013).
\newblock Studying the future of the forest sector: {Review} and implications
for long-term outlook studies.
\newblock {\em Forest Policy and Economics}, 34, 17--29.
\bibitem[Husmann \& Lange, 2017]{husmann_2017}
Husmann, K. \& Lange, A. (2017).
\newblock {\em optimization: Flexible optimizer with numerous input
specifications. R package version 1.0-4}.
\bibitem[Hutcheson \& Moutinho, 2008]{hutcheson_2008}
Hutcheson, G.~D. \& Moutinho, L. (2008).
\newblock {\em Statistical {Modeling} for {Management}}.
\newblock London: SAGE Publications.
\bibitem[Huxley, 1932]{huxley_1932}
Huxley, J. (1932).
\newblock {\em Problems of relative growth}.
\newblock New York: Dial Press.
\bibitem[Ingber, 1993]{ingber_1993}
Ingber, L. (1993).
\newblock Simulated annealing: Practice versus theory.
\newblock {\em Mathematical and computer modelling}, 18(11), 29--57.
\bibitem[Ingrao et~al., 2016]{ingrao_2016}
Ingrao, C., Bacenetti, J., Bezama, A., Blok, V., Geldermann, J., Goglio, P.,
Koukios, E.~G., Lindner, M., Nemecek, T., Siracusa, V., Zabaniotou, A., \&
Huisingh, D. (2016).
\newblock Agricultural and forest biomass for food, materials and energy:
bio-economy as the cornerstone to cleaner production and more sustainable
consumption patterns for accelerating the transition towards equitable,
sustainable, post fossil-carbon societies.
\newblock {\em Journal of Cleaner Production}, 117, 4--6.
\bibitem[Jacobsen et~al., 2003]{jacobsen_2003}
Jacobsen, C., Rademacher, P., Meesenburg, H., \& Meiwes, K.~J. (2003).
\newblock {\em Gehalte chemischer {Elemente} in {Baumkompartimenten}:
{Literaturstudie} und {Datensammlung}}, volume B69.
\bibitem[Jessen, 1955]{jessen_1955}
Jessen, R.~J. (1955).
\newblock Determining the {Fruit} {Count} on a {Tree} by {Randomized} {Branch}
{Sampling}.
\newblock {\em Biometrics}, 11(1), 99--109.
\newblock ArticleType: research-article / Full publication date: Mar., 1955 /
Copyright © 1955 International Biometric Society.
\bibitem[Joosten \& Schulte, 2003]{joosten_2003}
Joosten, R. \& Schulte, A. (2003).
\newblock Schätzung der {Nährstoffexporte} bei einer intensivierten
{Holznutzung} in {Buchenwäldern} ({Fagus} sylvatica).
\newblock {\em Allgemeine Forstund Jagdzeitung}, 174(9), 157--168.
\bibitem[Kangas et~al., 2015]{kangas_2015}
Kangas, A., Kurttila, M., Hujala, T., Eyvindson, K., \& Kangas, J. (2015).
\newblock {\em Decision {Support} for {Forest} {Management}}.
\newblock Number~30 in Managing {Forest} {Ecosystems}. Cham: Springer
International Publishing, 2nd ed edition.
\bibitem[Keeney, 1982]{keeney_1982}
Keeney, R.~L. (1982).
\newblock Decision analysis: an overview.
\newblock {\em Oper Res}, 30(5), 803--838.
\bibitem[Kirkpatrick et~al., 1983]{kirkpatrick_1983}
Kirkpatrick, S., Gelatt, C.~D., Vecchi, M.~P., et~al. (1983).
\newblock Optimization by simulated annealing.
\newblock {\em science}, 220(4598), 671--680.
\bibitem[Konopka et~al., 2015]{konopka_2015}
Konopka, B., Pajtik, J., \& Seben, V. (2015).
\newblock Biomass functions and expansion factors for young trees of {European}
ash and {Sycamore} maple in the {Inner} {Western} {Carpathians}.
\newblock {\em Austrian Journal of Forest Science}, 132(1), 1--26.
\bibitem[Kuzelka \& Marusak, 2012]{kuzelka_2012}
Kuzelka, K. \& Marusak, R. (2012).
\newblock Spline representation of irregular and malformed stem profiles of
broadleaved tree species in {White} {Carpathian} {Mountains}.
\newblock {\em Beskydy}, 5(2), 111--120.
\bibitem[König \& Fortmann, 2012a]{konig_2012b}
König, N. \& Fortmann, H. (2012a).
\newblock {\em Elementbestimmungsmethoden und {Qualtätskontrollmethoden}}.
\newblock Number~80 in [{Berichte} der {Sektion} {Waldökosystemforschung} /
{B}] {Berichte} der {Sektion} {Waldökosystemforschung} / {Zentrum} für
{Biodiversität} und {Nachhaltige} {Landnutzung} ({CBL}) / {Sektion}
{Waldökosystemforschung}. - {Göttingen} : {CBL}, {Sektion}
{Waldökosystemforschung}, 2012-. Göttingen: Sektion Waldökosysteforschung der
Univ. Göttingen.
\bibitem[König \& Fortmann, 2012b]{konig_2012a}
König, N. \& Fortmann, H. (2012b).
\newblock {\em Probenvorbereitungsmethoden und {Untersuchungsmethoden}}.
\newblock Number~79 in [{Berichte} der {Sektion} {Waldökosystemforschung} /
{B}] {Berichte} der {Sektion} {Waldökosystemforschung} / {Zentrum} für
{Biodiversität} und {Nachhaltige} {Landnutzung} ({CBL}) / {Sektion}
{Waldökosystemforschung}. - {Göttingen} : {CBL}, {Sektion}
{Waldökosystemforschung}, 2012-. Göttingen: Sektion Waldökosysteforschung der
Univ. Göttingen.
\bibitem[Ledermann \& Neumann, 2006]{ledermann_2006}
Ledermann, T. \& Neumann, M. (2006).
\newblock Biomass equations from data of old long-term experimental plots.
\newblock {\em Austrian Journal of Forest Science}, 1/2(123), 47-- 64.
\bibitem[Lin et~al., 1995]{lin_1995}
Lin, C., Haley, K., \& Sparks, C. (1995).
\newblock A comparative study of both standard and adaptive versions of
threshold accepting and simulated annealing algorithms in three scheduling
problems.
\newblock {\em European Journal of Operational Research}, 83(2), 330--346.
\bibitem[L{\"u}tkepohl, 2006]{lutkepohl_2006}
L{\"u}tkepohl, H. (2006).
\newblock Structural vector autoregressive analysis for cointegrated variables.
\newblock In {\em Modern Econometric Analysis} (pp.\ 73--86). Springer.
\bibitem[Magee, 1990]{magee_1990}
Magee, L. (1990).
\newblock R2 {Measures} {Based} on {Wald} and {Likelihood} {Ratio} {Joint}
{Significance} {Tests}.
\newblock {\em The American Statistician}, 44(3), 250--253.
\bibitem[Mantau, 2012]{mantau_2012}
Mantau, U. (2012).
\newblock {\em Holzrohstoffbilanz {Deutschland}, {Entwicklungen} und
{Szenarien} des {Holzaufkommens} und der {Holzverwendung} 1987 bis 2015}.
\newblock Hamburg: Infro und Uni Hanburg.
\bibitem[Marklund, 1988]{marklund_1988}
Marklund, L.~G. (1988).
\newblock {\em Biomass functions for pine, spruce and birch in sweden},
volume~45 of {\em Department of {Forest} {Survey} {Report}}.
\newblock Umea: Swedish University of Agricultural Sciences.
\bibitem[McCormick \& Kautto, 2013]{mccormick_2013}
McCormick, K. \& Kautto, N. (2013).
\newblock The {Bioeconomy} in {Europe}: {An} {Overview}.
\newblock {\em Sustainability}, 5(6), 2589--2608.
\bibitem[Meiwes et~al., 2012]{meiwes_2012}
Meiwes, K.~J., Rumpf, S., Klinck, U., \& Meesenburg, H. (2012).
\newblock Vollbaumnutzung: {Untersuchungsergebnisse} zum {Nährelement}-{Export}
in {Nordwestdeutschland} und {Ansätze} zur standörtlichen {Bewertung}.
\newblock {\em Deutscher Verband Forstlicher Forschungsanstalten Sektion
Ertragskunde Jahrestagung 2012 Ottenstein}, (pp.\ 88--92).
\bibitem[Mersmann, 2015]{mersmann_2015}
Mersmann, O. (2015).
\newblock {\em microbenchmark: Accurate Timing Functions}.
\newblock R package version 1.4-2.1.
\bibitem[Metropolis et~al., 1953]{metropolis_1953}
Metropolis, N., Rosenbluth, A.~W., Rosenbluth, M.~N., Teller, A.~H., \& Teller,
E. (1953).
\newblock Equation of state calculations by fast computing machines.
\newblock {\em The journal of chemical physics}, 21(6), 1087--1092.
\bibitem[{MFACP}, 2004]{mfacp_2004}
{MFACP} (2004).
\newblock {\em Langfristige ökologische {Waldentwicklung}- {Richtlinie} zur
{Baumartenwahl}}, volume~54 of {\em Aus dem {Walde} - {Schriftenreihe}
{Waldentwicklung} {Niedersachsen}}.
\newblock Wolfenbüttel: Federal ministry of Food and Agriculture.
\newblock Lower Saxony Ministry of Food, Agriculture and Consumer Protection.
\bibitem[Miettinen et~al., 2014]{miettinen_2014}
Miettinen, J., Ollikainen, M., Nieminen, T.~M., Ukonmaanaho, L., Laurén, A.,
Hynynen, J., Lehtonen, M., \& Valsta, L. (2014).
\newblock Whole-tree harvesting with stump removal versus stem-only harvesting
in peatlands when water quality, biodiversity conservation and climate change
mitigation matter.
\newblock {\em Forest Policy and Economics}, 47, 25--35.
\bibitem[Mitscherlich, 1970]{mitscherlich_1970}
Mitscherlich, G. (1970).
\newblock {\em Form und {Wachstum} von {Baum} und {Bestand}}.
\newblock Frankfurt a.M.: Sauerländer.
\bibitem[{ML}, 2004]{ml_2004}
{ML} (2004).
\newblock {\em Langfristige ökologische {Waldentwicklung}- {Richtlinie} zur
{Baumartenwahl}}, volume~54 of {\em Aus dem {Walde} - {Schriftenreihe}
{Waldentwicklung} {Niedersachsen}}.
\newblock Wolfenbüttel: Bundesministerium für Verbraucherschutz, Ernährung und
Landwirtschaft.
\newblock Niedersächsisches Ministerium für Ernährung, Landwirtschaft und
Verbraucherschutz.
\bibitem[{ML}, 2014]{ml_2014}
{ML} (2014).
\newblock {\em Der {Wald} in {Niedersachsen}: {Ergebnisse} der
{Bundeswaldinventur} 3}.
\newblock Hannover: Niedersächsisches Ministerium für Ernährung, Landwirtschaft
und Verbraucherschutz, 1 edition.
\bibitem[Muys et~al., 2010]{muys_2010}
Muys, B., Hynynen, J., Palahi, M., Lexer, M.~J., Fabrika, M., Pretzsch, H.,
Gillet, F., Briceño, E., Nabuurs, G.-J., \& Kint, V. (2010).
\newblock Simulation tools for decision support to adaptive forest management
in {Europe}.
\newblock {\em Forest Systems}, 19(0), 86--99.
\bibitem[Mußhoff \& Hirschauer, 2013]{mushoff_2013}
Mußhoff, O. \& Hirschauer, N. (2013).
\newblock {\em Modernes {Agrarmanagement}: betriebswirtschaftliche {Analyse}-
und {Planungsverfahren}}.
\newblock München: Vahlen, 3., überarb. und erw. aufl. edition.
\bibitem[Möhring, 1997]{mohring_1997}
Möhring, B. (1997).
\newblock Betriebswirtschaftliche {Probleme} und {Chancen}.
\newblock {\em AFZ/ Der Wald}, 2, 67-- 71.
\bibitem[Möhring, 2010]{mohring_2010}
Möhring, B. (2010).
\newblock Optimierung forstlicher {Produktion} unter {Beachtung} von
finanziellen {Restriktionen} {\textbar} {Optimisation} of forest production
under financial restrictions.
\newblock {\em Schweizerische Zeitschrift fur Forstwesen}, 161(9), 346--354.
\bibitem[Möhring et~al., 2010]{mohring_2010b}
Möhring, B., Leefken, G., \& Finckenstein, B. G.~v. (2010).
\newblock Die wirtschaftliche {Situation} der {Forstwirtschaft}.
\newblock In O. Depenheuer \& B. Möhring (Eds.), {\em Waldeigentum}, number~8
in Bibliothek des {Eigentums} (pp.\ 73--97). Springer Berlin Heidelberg.
\newblock DOI: 10.1007/978-3-642-00232-8\_5.
\bibitem[Möller, 2007]{moller_2007}
Möller, W. (2007).
\newblock {\em Umweltrecht - {Planung}, {Wald}, {Naturschutz}, {Jagd},
{Wasser}, {Boden}, {Immissionen}, {Abfall} u.a. - {Kommentare}: {Bundesrecht}
und exemplarisch niedersächsisches {Landesrecht} - mit verbundenem
{Nutzungsrecht}, {Europarecht}}.
\newblock Selbstverlag des Autors, 4b., überarb. u. erw. aufl. edition.
\bibitem[Müller-Using \& Rademacher, 2004]{muller-using_2004}
Müller-Using, B. \& Rademacher, P. (2004).
\newblock Bioelemententzüge bei der {Holznutzung} in {Rein}- und
{Mischbeständen} aus {Buche} und {Fichte}.
\newblock In {\em Berichte des {Forschungszentrums} {Waldökosysteme}}, volume
Band 71 of {\em Reihe {B}} (pp.\ 81--110). Göttingen.
\bibitem[Nagel, 1996]{nagel_1996}
Nagel, J. (1996).
\newblock Anwendungsprogramm zur bestandesbewertung und zur prognose der
bestandesentwicklung.
\newblock {\em Forst und Holz}, 51(3), 76--78.
\bibitem[Nagel, 2009]{nagel_2009}
Nagel, J. (2009).
\newblock Waldwachstumssimulation mit dem {Java} {Software} {Paket}
{TreeGrOSS}- {Neuerungen}, {Erweiterungsmöglichkeiten} und
{Qualitätsmamagement}.
\newblock In {\em Tagungsband der gemainsamen {Jahrestagung} der {Sektion}
{Forstliche} {Biometrie} und {Informatik} im {DVFFA} (20. {Tagung}) und der
{AG} Ökologie u. {Umwelt} in der {Intern}. {Biometrie} {Gesellschaft}}, Die
{Grüne} {Reihe} (pp.\ 174-- 178). Nordwestdeutsche Forstliche
Versuchsanstalt.
\bibitem[Nagel \& Spellmann, 2008]{nagel_2008}
Nagel, R.-V. \& Spellmann, H. (2008).
\newblock Wachstum, {Behandlung} und {Ertrag} von {Reinbeständen} der
{Rotbuche} ({Fagus} sylvatica {L}.) in {Nordwestdeutschland}.
\newblock In {\em Ergebnisse angewandter {Forschung} zur {Buche}}, volume~3 of
{\em Beiträge aus der {Nordwestdeutschen} {Forstlichen} {Versuchsanstalt}}
(pp.\ 221-- 265). Göttingen: Universitätsverlag Göttingen.
\bibitem[Nash et~al., 2014]{nash_2014}
Nash, J.~C. et~al. (2014).
\newblock On best practice optimization methods in r.
\newblock {\em Journal of Statistical Software}, 60(i02).
\bibitem[Nelder \& Mead, 1965]{nelder_1965}
Nelder, J. \& Mead, R. (1965).
\newblock A simplex method for function minimization.
\newblock {\em Computer Journal}, 7(4), 308--313.
\bibitem[Neumann-Spallart, 1952]{neumann-spallart_1952}
Neumann-Spallart, O. (1952).
\newblock {\em Das {Stückmassegesetz} nach {Hilf} in mathematischer
{Beleuchtung}}.
\newblock Wien.
\bibitem[Niklas, 1994]{niklas_1994}
Niklas, K.~J. (1994).
\newblock {\em Plant allometry: the scaling of form and process}.
\newblock Chicago [u.a.]: Univ. of Chicago Press.
\bibitem[{NLF}, 2017]{nlf_2017}
{NLF} (2017).
\newblock
http://www.landesforsten.de/kurzinformationen-und-kenndaten.370.0.html --
{Niedersächsische} {Landesforsten}: {Kurzinformationen} und {Kenndaten} --
{Niedersächsisches} {Forstamt} {Reinhausen}.
\bibitem[Ochs et~al., 2007]{ochs_2007}
Ochs, T., Duschl, C., \& Seintsch, B. (2007).
\newblock Struktur und {Rohstoffbedarf} der {Holzwirtschaft}.
\newblock {\em Holz-Zentralblatt}, 133(12), 269--271.
\bibitem[Ollikainen, 2014]{ollikainen_2014}
Ollikainen, M. (2014).
\newblock Forestry in bioeconomy -- smart green growth for the humankind.
\newblock {\em Scandinavian Journal of Forest Research}, 29(4), 360--366.
\bibitem[Parresol, 2001]{parresol_2001}
Parresol, B.~R. (2001).
\newblock Additivity of nonlinear biomass equations.
\newblock {\em Canadian Journal of Forest Research}, 31(5), 865--878.
\bibitem[Pretzsch, 2010]{pretzsch_2010}
Pretzsch, H. (2010).
\newblock Re-{Evaluation} of {Allometry}: {State}-of-the-{Art} and
{Perspective} {Regarding} {Individuals} and {Stands} of {Woody} {Plants}.
\newblock In U. Lüttge, W. Beyschlag, B. Büdel, \& D. Francis (Eds.), {\em
Progress in {Botany} 71}, number~71 in Progress in {Botany} (pp.\ 339--369).
Springer Berlin Heidelberg.
\bibitem[Pretzsch et~al., 2014]{pretzsch_2014}
Pretzsch, H., Block, J., Dieler, J., Gauer, J., Göttlein, A., Moshammer, R.,
Schuck, J., Weis, W., \& Wunn, U. (2014).
\newblock Nährstoffentzüge durch die {Holz}-und {Biomassenutzung} in {Wäldern}.
{Teil} 1: {Schätzfunktionen} für {Biomasse} und {Nährelemente} und ihre
{Anwendung} in {Szenariorechnungen}.
\newblock {\em Allgemeine Forst- und Jagdzeitung}, 185, 261--285.
\bibitem[Pretzsch \& Dieler, 2012]{pretzsch_2012}
Pretzsch, H. \& Dieler, J. (2012).
\newblock Evidence of variant intra- and interspecific scaling of tree crown
structure and relevance for allometric theory.
\newblock {\em Oecologia}, 169(3), 637--649.
\bibitem[Pretzsch et~al., 2008]{pretzsch_2008}
Pretzsch, H., Grote, R., Reineking, B., Rötzer, T., \& Seifert, S. (2008).
\newblock Models for {Forest} {Ecosystem} {Management}: {A} {European}
{Perspective}.
\newblock {\em Annals of Botany}, 101(8), 1065--1087.
\bibitem[Pronzato et~al., 1984]{pronzato_1984}
Pronzato, L., Walter, E., Venot, A., \& Lebruchec, J.-F. (1984).
\newblock A general-purpose global optimizer: Implimentation and applications.
\newblock {\em Mathematics and Computers in Simulation}, 26(5), 412--422.
\bibitem[{R Core Team}, 2017]{r_core_team_2016}
{R Core Team} (2017).
\newblock {\em R: {A} {Language} and {Environment} for {Statistical}
{Computing}}.
\newblock Vienna, Austria: R Foundation for Statistical Computing.
\bibitem[Rademacher et~al., 2011]{rademacher_2011}
Rademacher, P., Schönfelder, E., \& Meiwes, K.~J. (2011).
\newblock Elementgehalte in {Baumkompartimenten} von {Fichte}, {Kiefer},
{Buche}, {Eiche} und {Douglasie}.
\newblock In {\em Forschungsvorhaben: {Möglichkeiten} und {Grenzen} der
{Vollbaumnutzung}. {Ergebnisbericht} ({FKZ}: 22015407)} (pp.\ 125-- 154).
Göttingen: Fachagentur für Nachwachsende Rohstoffe des Bundesministeriums für
Ernährung, Landwirtschaft und Verbraucherschutz.
\bibitem[Redsven et~al., 2012]{redsven_2012}
Redsven, V., Hirvelä, H., Härkönen, K., Salminen, O., \& Siitonen, M. (2012).
\newblock {\em {MELA}2012 {Reference} {Manual} (2nd edition)}.
\newblock The Finnish Forest Research Institute.
\bibitem[Reynolds et~al., 2008]{reynolds_2008}
Reynolds, K.~M., Twery, M., Lexer, M.~J., Vacik, H., Ray, D., Shao, G., \&
Borges, J.~G. (2008).
\newblock Decision {Support} {Systems} in {Forest} {Management}.
\newblock In {\em Handbook on {Decision} {Support} {Systems} 2}, International
{Handbooks} {Information} {System} (pp.\ 499--533). Springer Berlin
Heidelberg.
\newblock DOI: 10.1007/978-3-540-48716-6\_24.
\bibitem[Roloff, 1986]{roloff_1986}
Roloff, A. (1986).
\newblock {\em Morphologie der {Kronenentwicklung} von {Fagus} sylvatica {L}.
({Rotbuche}) unter besonderer {Berücksichtigung} möglicherweise neuartiger
{Veränderungen}}.
\newblock Berichte des {Forschungszentrums} {Waldökosysteme}, {Waldsterben} /
{Forschungszentrum} {Waldökosysteme}, {Waldsterben}, {Göttingen}. Göttingen:
Forschungszentrum Waldökosysteme, Waldsterben.
\bibitem[Rumpf et~al., 2011]{rumpf_2011}
Rumpf, S., Nagel, J., \& Schmidt, M. (2011).
\newblock Biomasseschätzfunktionen von {Fichte}, {Kiefer}, {Buche} {Eiche} und
{Douglasie} für {Nordwestdeutschland}.
\newblock In {\em Forschungsvorhaben: {Möglichkeiten} und {Grenzen} der
{Vollbaumnutzung}. {Ergebnisbericht} ({FKZ}: 22015407)} (pp.\ 25-- 124).
Göttingen: Fachagentur für Nachwachsende Rohstoffe des Bundesministeriums für
Ernährung, Landwirtschaft und Verbraucherschutz.
\bibitem[Rüther et~al., 2007]{ruther_2007}
Rüther, B., Hansen, J., Ludwig, A., Spellmann, H., Nagel, J., Möhring, B., \&
Dieter, M. (2007).
\newblock {\em Clusterstudie {Forst} und {Holz} {Niedersachsen}}, volume~1 of
{\em Beiträge aus der {Nordwestdeutschen} {Forstlichen} {Versuchsanstalt}}.
\newblock Göttingen: Universitätsdrucke Göttingen.
\bibitem[Saborowski \& Gaffrey, 1999]{saborowski_1999}
Saborowski, J. \& Gaffrey, D. (1999).
\newblock {RBS}, ein mehrstufiges {Inventurverfahren} zur {Schätzung} von
{Baummerkmalen} - {II}. {Modifizierte} {RBS}-{Verfahren}.
\newblock {\em Allgemein Forst- und Jagdzeitung}, 12(170), 223-- 227.
\bibitem[Sanquetta et~al., 2015]{sanquetta_2015}
Sanquetta, C.~R., Behling, A., Corte, A. P.~D., Netto, S.~P., Schikowski,
A.~B., \& Amaral, M. K.~d. (2015).
\newblock Simultaneous estimation as alternative to independent modeling of
tree biomass.
\newblock {\em Annals of Forest Science}, 72(8), 1099--1112.
\bibitem[Schmitz et~al., 2008]{schmitz_2008}
Schmitz, F., Polley, H., Hennig, P., Dunger, K., \& Schwitzgebel, F. (2008).
\newblock {\em Die zweite {Bundeswaldinventur} {BWI}2. {Inventur} und
{Auswertungsmethoden} zu den {Bundeswaldinventuren} 2001 bis 2002 und 1986
bis 1988}.
\newblock Braunschweig: vTI (von Thünen Institut).
\bibitem[Schröter et~al., 2012]{schroter_2012}
Schröter, M., Härdtle, W., \& Oheimb, G.~v. (2012).
\newblock Crown plasticity and neighborhood interactions of {European} beech
({Fagus} sylvatica {L}.) in an old-growth forest.
\newblock {\em European Journal of Forest Research}, 131(3), 787--798.
\bibitem[Shim et~al., 2002]{shim_2002}
Shim, J.~P., Warkentin, M., Courtney, J.~F., Power, D.~J., Sharda, R., \&
Carlsson, C. (2002).
\newblock Past, present, and future of decision support technology.
\newblock {\em Decision Support Systems}, 33(2), 111--126.
\bibitem[Simon, 1979]{simon_1979}
Simon, H.~A. (1979).
\newblock Rational {Decision} {Making} in {Business} {Organizations}.
\newblock {\em The American Economic Review}, 69(4), 493--513.
\bibitem[Smith, 1993]{smith_1993}
Smith, R.~J. (1993).
\newblock Logarithmic transformation bias in allometry.
\newblock {\em American Journal of Physical Anthropology}, 90(2), 215--228.
\bibitem[Speidel, 1972]{speidel_1972}
Speidel, G. (1972).
\newblock {\em Planung im {Forstbetrieb}: {Grundlagen} und {Methoden} der
{Forsteinrichtung}}.
\newblock Hamburg, Berlin: Paul Parey.
\bibitem[Spellmann, 2010]{spellmann_2010}
Spellmann, H. (2010).
\newblock Nachhaltige {Waldbewirtschaftung} auf ükologischen {Grundlagen}.
\newblock In O. Depenheuer \& B. Möhring (Eds.), {\em Waldeigentum}, number~8
in Bibliothek des {Eigentums} (pp.\ 99--116). Springer Berlin Heidelberg.
\newblock DOI: 10.1007/978-3-642-00232-8\_6.
\bibitem[Sprugel, 1983]{sprugel_1983}
Sprugel, D.~G. (1983).
\newblock Correcting for {Bias} in {Log}-{Transformed} {Allometric}
{Equations}.
\newblock {\em Ecology}, 64(1), 209--210.
\newblock ArticleType: research-article / Full publication date: Feb., 1983 /
Copyright © 1983 Ecological Society of America.
\bibitem[Stanovich \& West, 2000]{stanovich_2000}
Stanovich, K.~E. \& West, R.~F. (2000).
\newblock Individual differences in reasoning: {Implications} for the
rationality debate?
\newblock {\em Behavioral and Brain Sciences}, 23(5), 645--665.
\bibitem[Starr \& Tapiero, 1975]{starr_1975}
Starr, M.~K. \& Tapiero, C.~S. (1975).
\newblock Linear {Breakeven} {Analysis} {Under} {Risk}.
\newblock {\em Operational Research Quarterly (1970-1977)}, 26(4), 847.
\bibitem[Stumpf \& Porter, 2012]{stumpf_2012}
Stumpf, M. P.~H. \& Porter, M.~A. (2012).
\newblock Critical {Truths} {About} {Power} {Laws}.
\newblock {\em Science}, 335(6069), 665--666.
\bibitem[Tabacchi et~al., 2011]{tabacchi_2011}
Tabacchi, G., Cosmo, L.~D., \& Gasparini, P. (2011).
\newblock Aboveground tree volume and phytomass prediction equations for forest
species in {Italy}.
\newblock {\em European Journal of Forest Research}, 130(6), 911--934.
\bibitem[Theussl \& Borchers, 2016]{theussl_2016}
Theussl, S. \& Borchers, H.~W. (2016).
\newblock {CRAN} {Task} {View}: {Optimization} and {Mathematical}
{Programming}.
\bibitem[Thurnher et~al., 2013]{thurnher_2013}
Thurnher, C., Gerritzen, T., Maroschek, M., Lexer, M.~J., \& Hasenauer, H.
(2013).
\newblock Analysing different carbon estimation methods for {Austrian} forests
{Eine} {Analyse} unterschiedlicher {Kohlenstoffschätzmethoden} für {Wälder}
in Österreich.
\newblock {\em Austrian Journal of Forest Science}, 3, 141--166.
\bibitem[{TI}, 2014]{ti_2014}
{TI} (2014).
\newblock Third {National} {Forest} {Inventory} - {Database}.
\newblock {\url{https://bwi.info/}}.
\newblock {accessed: 13 January 2017}.
\bibitem[Umeki, 1995]{umeki_1995}
Umeki, K. (1995).
\newblock Importance of {Crown} {Position} and {Morphological} {Plasticity} in
{Competitive} {Interaction} in a {Population} of {Xanthium} canadense.
\newblock {\em Annals of Botany}, 75(3), 259--265.
\bibitem[{United Nations General Assembly}, 2005]{un_2005}
{United Nations General Assembly} (2005).
\newblock {\em 2005 {World} {Summit} {Outcome}}, volume A/60/1.
\newblock New York: Adopted by the {General} {Assembly}.
\bibitem[Urbanek, 2016]{urbanek_2016}
Urbanek, S. (2016).
\newblock {\em rJava: Low-Level R to Java Interface}.
\newblock R package version 0.9-8.